Skip to content

Commit 5c6d4e5

Browse files
Arm backend: Refactor test_scalars to new naming standard (#10944)
Signed-off-by: Adrian Lundell <[email protected]>
1 parent f39a1bb commit 5c6d4e5

File tree

2 files changed

+288
-128
lines changed

2 files changed

+288
-128
lines changed

backends/arm/scripts/parse_test_names.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"linear.default",
1515
"maximum.default",
1616
"adaptive_avg_pool2d.default",
17+
"bitwise_right_shift.Tensor",
18+
"bitwise_left_shift.Tensor",
1719
]
1820
ALL_EDGE_OPS = SAMPLE_INPUT.keys() | CUSTOM_EDGE_OPS
1921

0 commit comments

Comments
 (0)