File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -171,14 +171,6 @@ func.func @test_pad_negative_padding(%arg0: tensor<13x21xf32>) -> tensor<?x?xf32
171
171
172
172
// -----
173
173
174
- func.func @test_sigmoid_type_mismatch (%arg0: tensor <13 x21 x3 xf32 >) -> tensor <13 x21 x3 xi8 > {
175
- // expected-error@+1 {{'tosa.sigmoid' op requires the same element type for all operands and results}}
176
- %0 = " tosa.sigmoid" (%arg0 ) : (tensor <13 x21 x3 xf32 >) -> tensor <13 x21 x4 xi8 >
177
- return %0 : tensor <13 x21 x4 xi8 >
178
- }
179
-
180
- // -----
181
-
182
174
func.func @test_transpose_non_const (%arg0: tensor <13 x21 x3 xf32 >, %arg1: tensor <3 xi32 >) -> tensor <3 x13 x21 xf32 > {
183
175
// expected-error@+1 {{'tosa.transpose' op perms of transpose is not constant}}
184
176
%0 = " tosa.transpose" (%arg0 , %arg1 ) : (tensor <13 x21 x3 xf32 >, tensor <3 xi32 >) -> tensor <3 x13 x21 xf32 >
You can’t perform that action at this time.
0 commit comments