Skip to content

Commit 6412cf9

Browse files
committed
reverting sigmoid verifier
1 parent 056dff2 commit 6412cf9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mlir/test/Dialect/Tosa/invalid.mlir

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@ func.func @test_pad_negative_padding(%arg0: tensor<13x21xf32>) -> tensor<?x?xf32
171171

172172
// -----
173173

174-
func.func @test_sigmoid_type_mismatch(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xi8> {
175-
// expected-error@+1 {{'tosa.sigmoid' op requires the same element type for all operands and results}}
176-
%0 = "tosa.sigmoid"(%arg0) : (tensor<13x21x3xf32>) -> tensor<13x21x4xi8>
177-
return %0 : tensor<13x21x4xi8>
178-
}
179-
180-
// -----
181-
182174
func.func @test_transpose_non_const(%arg0: tensor<13x21x3xf32>, %arg1: tensor<3xi32>) -> tensor<3x13x21xf32> {
183175
// expected-error@+1 {{'tosa.transpose' op perms of transpose is not constant}}
184176
%0 = "tosa.transpose"(%arg0, %arg1) : (tensor<13x21x3xf32>, tensor<3xi32>) -> tensor<3x13x21xf32>

0 commit comments

Comments
 (0)