Skip to content

Commit 03b1ef2

Browse files
Remove IR check after aten in arm
Differential Revision: D65504497 Pull Request resolved: #6677
1 parent b8e0ef9 commit 03b1ef2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backends/arm/test/ops/test_batch_norm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,6 @@ def _test_batchnorm2d_tosa_MI_pipeline(
536536
compile_spec=common.get_tosa_compile_spec(),
537537
)
538538
.export()
539-
.check_count(
540-
{"torch.ops.aten._native_batch_norm_legit_no_training.default": 1}
541-
)
542539
.check_not(["torch.ops.quantized_decomposed"])
543540
.to_edge()
544541
.check_count(

0 commit comments

Comments
 (0)