File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ def batched_dot_bmm(a, b):
292
292
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
293
293
#
294
294
# While ``timeit.Timer.autorange`` takes a single continuous measurement
295
- # of at least 0.2 seconds, `torch.utils.benchmark.blocked_autorange`
295
+ # of at least 0.2 seconds, `torch.utils.benchmark.Timer. blocked_autorange`
296
296
# takes many measurements whose times total at least 0.2 seconds (which
297
297
# can be changed by the `min_run_time` parameter) subject to the constraint
298
298
# that timing overhead is a small fraction of the overall measurement.
@@ -884,5 +884,5 @@ def pretty_print(result):
884
884
#
885
885
# Take a look at these other recipes to continue your learning:
886
886
#
887
- # - `PyTorch Profiler <https://pytorch.org/tutorials/recipes/recipes/profiler .html>`_
887
+ # - `PyTorch Profiler <https://docs. pytorch.org/tutorials/recipes/recipes/profiler_recipe .html>`_
888
888
#
You can’t perform that action at this time.
0 commit comments