We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7f203 commit b491445Copy full SHA for b491445
onnxcustom/utils/benchmark.py
@@ -20,7 +20,7 @@ def measure_time(stmt, context, repeat=10, number=50, div_by_number=False):
20
.. runpython::
21
:showcode:
22
23
- from onnxcustom.tools import measure_time
+ from onnxcustom.utils import measure_time
24
from math import cos
25
26
res = measure_time("cos(x)", context=dict(cos=cos, x=5.))
0 commit comments