mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Upgrade onnx submodule to 85546f8c44e627f8ff1181725d03cc49f675e44f (#66427)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/66427 Update the onnx submodule, so https://github.com/pytorch/pytorch/pull/66140 can land. Test Plan: ci Reviewed By: ezyang Differential Revision: D31544610 fbshipit-source-id: 94831ef531bbd654a6aeb744cd53a38155848079
This commit is contained in:
parent
e6261083f9
commit
a6eec0c60f
|
|
@ -111,6 +111,7 @@ backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid.
|
|||
'|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
|
||||
'|test_.*identity.*' # no support for adam op
|
||||
')')
|
||||
|
||||
# Quick patch to unbreak master CI, is working on the debugging.
|
||||
|
|
@ -134,6 +135,7 @@ backend_test.exclude('(test_if_.*' # added support for sequence type inputs
|
|||
'|test_if_seq_.*' # added support for sequence type inputs
|
||||
'|test_logsoftmax_.*' # axis attr default value changed from 1 to -1
|
||||
'|test_loop11_.*' # seg fault issue
|
||||
'|test_loop16_.*' # seg fault issue
|
||||
'|test_loop13_seq_.*' # no support for sequence inputs for scan input
|
||||
'|test_reduce_sum_.*' # axes is now an input (not attr), added noop_with_empty_axes
|
||||
'|test_softmax_.*' # axis attr default value changed from 1 to -1
|
||||
|
|
|
|||
2
third_party/onnx
vendored
2
third_party/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 1f63dcb7fcc3a8bf5c3c8e326867ecd6f5c43f35
|
||||
Subproject commit 85546f8c44e627f8ff1181725d03cc49f675e44f
|
||||
Loading…
Reference in New Issue
Block a user