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 af73618 commit 922d2f8Copy full SHA for 922d2f8
recipes_source/recipes/benchmark.py
@@ -292,7 +292,7 @@ def batched_dot_bmm(a, b):
292
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
293
#
294
# While ``timeit.Timer.autorange`` takes a single continuous measurement
295
-# of at least 0.2 seconds, `torch.utils.benchmark.blocked_autorange`
+# of at least 0.2 seconds, `torch.utils.benchmark.Timer.blocked_autorange`
296
# takes many measurements whose times total at least 0.2 seconds (which
297
# can be changed by the `min_run_time` parameter) subject to the constraint
298
# that timing overhead is a small fraction of the overall measurement.
0 commit comments