Skip to content

Commit 39054a2

Browse files
Arm backend: Add back sigmoid_16bit_add xfail (#13724)
Fix issue introduced in #12994 Signed-off-by: Adrian Lundell <[email protected]>
1 parent 8278e7b commit 39054a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/arm/test/ops/test_sigmoid_16bit.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ def test_sigmoid_tosa_INT(test_data):
103103
@common.parametrize(
104104
"test_data",
105105
test_data_suite,
106+
xfails={
107+
"ramp": "AssertionError: Output 0 does not match reference output. MLETORCH-787"
108+
},
106109
strict=False,
107110
)
108111
def test_sigmoid_tosa_INT_add_sigmoid(test_data):

0 commit comments

Comments
 (0)