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 @@ -27,10 +27,6 @@ converter_test(
27
27
name = "test_bitwise" ,
28
28
)
29
29
30
- converter_test (
31
- name = "test_instance_norm" ,
32
- )
33
-
34
30
converter_test (
35
31
name = "test_cast" ,
36
32
)
@@ -203,10 +199,6 @@ converter_test(
203
199
name = "test_where" ,
204
200
)
205
201
206
- converter_test (
207
- name = "test_scaled_dot_product_attention" ,
208
- )
209
-
210
202
test_suite (
211
203
name = "converter_tests" ,
212
204
tests = [
@@ -229,7 +221,6 @@ test_suite(
229
221
":test_einsum" ,
230
222
":test_expand" ,
231
223
":test_index" ,
232
- ":test_instance_norm" ,
233
224
":test_interpolate" ,
234
225
":test_layer_norm" ,
235
226
":test_linear" ,
@@ -242,7 +233,6 @@ test_suite(
242
233
":test_reduce" ,
243
234
":test_replication_pad" ,
244
235
":test_roll" ,
245
- ":test_scaled_dot_product_attention" ,
246
236
":test_scatter" ,
247
237
":test_select" ,
248
238
":test_shuffle" ,
You can’t perform that action at this time.
0 commit comments