File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 40
40
'|test_maxpool_with_argmax.*' # MaxPool outputs indices in different format.
41
41
'|test_convtranspose.*' # ConvTranspose needs some more complicated translation
42
42
'|test_mvn.*' # MeanVarianceNormalization is experimental and not supported.
43
- '|test_dynamic_slice.*' # MeanVarianceNormalization is experimental and not supported.
44
43
'|test_eyelike.*' # Needs implementation
45
44
'|test_maxunpool.*' # Needs implementation
46
45
'|test_acosh.*' # Needs implementation
56
55
'|test_strnorm.*' # Needs implementation
57
56
'|test_nonzero.*' # Needs implementation
58
57
'|test_tfidfvectorizer.*' # Needs implementation
58
+ '|test_resize.*' # Needs implementation
59
+ '|test_slice.*' # Needs implementation, dynamice slice is not supported yet
60
+ '|test_topk.*' # Needs implementation, dynamice slice is not supported yet
59
61
')' )
60
62
61
63
# Quick patch to unbreak master CI, is working on the debugging.
You can’t perform that action at this time.
0 commit comments