Skip to content

Commit 1565307

Browse files
authored
Update test_flatten_aten.py
1 parent bcfedc7 commit 1565307

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_flatten_aten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def forward(self, x):
2727
self.run_test(
2828
Flatten(start_dim, end_dim),
2929
inputs,
30-
expected_ops={torch.ops.aten._reshape_alias.default},
30+
expected_ops={torch.ops.aten.view.default},
3131
test_implicit_batch_dim=(start_dim != 0),
3232
)
3333

0 commit comments

Comments
 (0)