[ONNX] Update onnx submodule to 1.12 (#79585)

Update onnx submodule to the 1.12 release
Pull Request resolved: https://github.com/pytorch/pytorch/pull/79585
Approved by: https://github.com/garymm, https://github.com/msaroufim
This commit is contained in:
Justin Chu 2022-06-23 18:09:07 +00:00 committed by PyTorch MergeBot
parent 817eb94ff4
commit 438142a599
2 changed files with 14 additions and 3 deletions

View File

@ -7,13 +7,13 @@
import os
import unittest
import onnx.backend.test
import caffe2.python.onnx.backend as c2
from caffe2.python import core
core.SetEnginePref({}, {})
# This is a pytest magic variable to load extra plugins
@ -175,6 +175,17 @@ backend_test.exclude('(test_gridsample_.*'
'|test_spacetodepth_.*'
')')
# Unsupported ops in opset 17
backend_test.exclude('(test_layer_normalization_.*'
'|test_blackmanwindow_.*'
'|test_dft_.*'
'|test_hammingwindow_.*'
'|test_hannwindow_.*'
'|test_melweightmatrix_.*'
'|test_stft_.*'
'|test_sequencemap_.*'
')')
# Skip vgg to speed up CI
if 'JENKINS_URL' in os.environ:
backend_test.exclude(r'(test_vgg19|test_vgg)')

2
third_party/onnx vendored

@ -1 +1 @@
Subproject commit 96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c
Subproject commit f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b