Skip to content

Commit a25e4d9

Browse files
Remove unused import ParameterAlias from benchmark tutorial
1 parent 6b750ab commit a25e4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def batched_dot_bmm(a, b):
553553
# cases for the benchmark.
554554
#
555555

556-
from torch.utils.benchmark import Fuzzer, FuzzedParameter, FuzzedTensor, ParameterAlias
556+
from torch.utils.benchmark import Fuzzer, FuzzedParameter, FuzzedTensor
557557

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

0 commit comments

Comments
 (0)