Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes_source/recipes/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def batched_dot_bmm(a, b):
# cases for the benchmark.
#

from torch.utils.benchmark import Fuzzer, FuzzedParameter, FuzzedTensor, ParameterAlias
from torch.utils.benchmark import Fuzzer, FuzzedParameter, FuzzedTensor

# Generates random tensors with 128 to 10000000 elements and sizes k0 and k1 chosen from a
# ``loguniform`` distribution in [1, 10000], 40% of which will be discontiguous on average.
Expand Down