Skip to content

Commit 47615e4

Browse files
committed
Arm backend: Add back sigmoid_16bit_add xfail
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com> Change-Id: Ic2c1d47f4c1d42633ddbd18140b90747dc7b8755
1 parent 8278e7b commit 47615e4

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)