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 b132c96 commit e721945Copy full SHA for e721945
backends/xnnpack/test/ops/linear.py
@@ -497,6 +497,7 @@ def _test_linear(
497
which ares then transformed into aten.linear.default by the ConvertToLinear pass.
498
"""
499
for i, _ in enumerate(in_sizes):
500
+ torch._dynamo.reset()
501
in_size = int(in_sizes[i])
502
input_size = int(input_sizes[i])
503
output_size = int(output_sizes[i])
0 commit comments