File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tests/core/conversion/converters Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ converter_test(
34
34
name = "test_bitwise" ,
35
35
)
36
36
37
- converter_test (
38
- name = "test_instance_norm" ,
39
- )
40
-
41
37
converter_test (
42
38
name = "test_cast" ,
43
39
)
@@ -210,10 +206,6 @@ converter_test(
210
206
name = "test_where" ,
211
207
)
212
208
213
- converter_test (
214
- name = "test_scaled_dot_product_attention" ,
215
- )
216
-
217
209
test_suite (
218
210
name = "converter_tests" ,
219
211
tests = [
@@ -236,7 +228,6 @@ test_suite(
236
228
":test_einsum" ,
237
229
":test_expand" ,
238
230
":test_index" ,
239
- ":test_instance_norm" ,
240
231
":test_interpolate" ,
241
232
":test_layer_norm" ,
242
233
":test_linear" ,
@@ -249,7 +240,6 @@ test_suite(
249
240
":test_reduce" ,
250
241
":test_replication_pad" ,
251
242
":test_roll" ,
252
- ":test_scaled_dot_product_attention" ,
253
243
":test_scatter" ,
254
244
":test_select" ,
255
245
":test_shuffle" ,
You can’t perform that action at this time.
0 commit comments