mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[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:
parent
817eb94ff4
commit
438142a599
|
|
@ -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
2
third_party/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c
|
||||
Subproject commit f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b
|
||||
Loading…
Reference in New Issue
Block a user