Skip to content

Commit a70a282

Browse files
tugsbayasgalanfacebook-github-bot
authored andcommitted
Remove to_copy reference in the test
Summary: Export is switching to non functional training IR, as a result, we will capture aten.to at a little higher level. This diff makes it so that we don't check for wrong aten.to here. We can't replace it with the correct op because OSS is still running on old IR and being blocked by some other test failures. But i guess that is ok because to_edge still works to get the right delegate op. Differential Revision: D67055703
1 parent 4b22eae commit a70a282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/arm/test/ops/test_to_copy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def _test_to_copy_tosa_MI_pipeline(
5656
)
5757
.export()
5858
.dump_artifact()
59-
.check_count({"torch.ops.aten._to_copy.default": 1})
6059
.to_edge()
6160
.dump_artifact()
6261
.partition()

0 commit comments

Comments
 (0)