Spaces:
Running
Running
Commit
Β·
936f5ea
1
Parent(s):
cad848a
Update app.py
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ if st.button("π Search for Tensor Ops!"):
|
|
44 |
st.write(f"Found {num_solutions}{solution_solutions} in {results.total_time} seconds")
|
45 |
for solution in results.solutions:
|
46 |
st.code(solution.expression, language='python')
|
47 |
-
st.write(
|
|
|
44 |
st.write(f"Found {num_solutions}{solution_solutions} in {results.total_time} seconds")
|
45 |
for solution in results.solutions:
|
46 |
st.code(solution.expression, language='python')
|
47 |
+
st.write(results.benchmark.target_program)
|