Skip to content

Commit a760994

Browse files
authored
Update test_reshape_aten.py
1 parent 1565307 commit a760994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/fx/test/converters/aten_op/test_reshape_aten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def forward(self, x):
2525
self.run_test(
2626
TestModule(target_shape),
2727
inputs,
28-
expected_ops={torch.ops.aten._reshape_alias.default},
28+
expected_ops={torch.ops.aten.view.default},
2929
)
3030

3131
## TODO: proxytensor tracer does not support output size containing -1. If dim=0 is set to -1 for dynamic batch,

0 commit comments

Comments
 (0)