From: Lu Fang Date: Fri, 29 Mar 2019 06:44:20 +0000 (-0700) Subject: Automatic update of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bffacba336777 (#18585) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5a1c9a171874971b7ddf276c0332c064e3fffec;p=platform%2Fupstream%2Fpytorch.git update of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bffacba336777 (#18585) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18585 Previous import was b29e78a4efb8e5d8995f576bbf19a846807829b6 Included changes: - **[fb1a8069](https://github.com/onnx/onnx/commit/fb1a8069)**: Fix wrongly handled attribute in MVN and test generating scripts (#1877) - **[b22041c3](https://github.com/onnx/onnx/commit/b22041c3)**: Add dilation attribute to MaxPool (#1864) Reviewed By: zrphercule, benoitsteiner Differential Revision: D14668623 fbshipit-source-id: fa7f44b1ecc949d8dd654939d20b1e93db98b1d2 --- diff --git a/caffe2/python/onnx/tests/onnx_backend_test.py b/caffe2/python/onnx/tests/onnx_backend_test.py index f353e22..87b17b6 100644 --- a/caffe2/python/onnx/tests/onnx_backend_test.py +++ b/caffe2/python/onnx/tests/onnx_backend_test.py @@ -39,6 +39,7 @@ backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid. '|test_.*pool_.*same.*' # Does not support pool same. '|test_.*pool_.*ceil.*' # Does not support pool same. '|test_maxpool_with_argmax.*' # MaxPool outputs indices in different format. + '|test_maxpool.*dilation.*' # MaxPool doesn't support dilation yet '|test_convtranspose.*' # ConvTranspose needs some more complicated translation '|test_mvn.*' # MeanVarianceNormalization is experimental and not supported. '|test_dynamic_slice.*' # MeanVarianceNormalization is experimental and not supported. diff --git a/third_party/onnx b/third_party/onnx index b29e78a..fb1a806 160000 --- a/third_party/onnx +++ b/third_party/onnx @@ -1 +1 @@ -Subproject commit b29e78a4efb8e5d8995f576bbf19a846807829b6 +Subproject commit fb1a80692c1ab0bd27b1072f2e7bffacba336777