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:
Lu Fang 2021-10-12 09:44:42 -07:00 committed by Facebook GitHub Bot
parent e6261083f9
commit a6eec0c60f
2 changed files with 3 additions and 1 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 1f63dcb7fcc3a8bf5c3c8e326867ecd6f5c43f35
Subproject commit 85546f8c44e627f8ff1181725d03cc49f675e44f