Skip to content

Commit 430f30c

Browse files
committed
remove duplicated code
1 parent 89f4dd7 commit 430f30c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/function_libs/torch_lib/e2e_ops_tests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@ def forward(self, x, y):
148148
torch.arange(4, dtype=torch.float32).reshape((2, 2)),
149149
torch.arange(6, dtype=torch.float32).reshape((2, 3)),
150150
)
151-
onnx_program = torch.onnx.export(
152-
Model(),
153-
inputs,
154-
dynamo=True,
155-
optimize=False,
156-
)
157151
onnx_program = torch.onnx.export(
158152
Model(),
159153
inputs,

0 commit comments

Comments
 (0)