Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions caffe2/python/onnx/tests/onnx_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
'|test_unique.*' # opset 11 is not supported yet
'|test_gathernd.*' # opset 11 is not supported yet
'|test_dropout_random.*' # opset 12 is not supported
'|test_dropout_default.*' # opset 12 is not supported
'|test_einsum.*' # opset 12 is not supported
'|test_.*training.*' # training is not supported
'|test_.*_loss.*' # training is not supported
Expand All @@ -99,17 +100,17 @@
'|test_celu.*' # unsupported case
'|test_gathernd.*' # unsupported case
'|test_greater_equal.*' # unsupported case
'|test_inverse.*' # unsupported case
'|test_less_equal.*' # unsupported case
'|test_max_.*' # unsupported case
'|test_min_.*' # unsupported case
'|test_.*momentum_.*' # unsupported case
'|test_mean_square_distance_.*' # unsupported case
'|test_softmax_cross_entropy.*' # unsupported case
'|test_sce.*' # unsupported case
'|test_nllloss.*' # unsupported case
'|test_unfoldtodepth.*' # unsupported case
'|test_.*gradient.*' # no support for gradient op in c2-onnx
'|test_.*adagrad.*' # no support for gradient op in c2-onnx
'|test_.*loss.*' # no support for loss op in c2-onnx
'|test_.*adam.*' # no support for adam op
')')

# Quick patch to unbreak master CI, is working on the debugging.
Expand Down
2 changes: 1 addition & 1 deletion third_party/onnx
Submodule onnx updated 814 files