Automatic update of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bffacba336777 (#18585)
authorLu Fang <lufang@fb.com>
Fri, 29 Mar 2019 06:44:20 +0000 (23:44 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 29 Mar 2019 06:47:10 +0000 (23:47 -0700)
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) <Raymond Yang>
- **[b22041c3](https://github.com/onnx/onnx/commit/b22041c3)**: Add dilation attribute to MaxPool (#1864) <karljang>

Reviewed By: zrphercule, benoitsteiner

Differential Revision: D14668623

fbshipit-source-id: fa7f44b1ecc949d8dd654939d20b1e93db98b1d2

caffe2/python/onnx/tests/onnx_backend_test.py
third_party/onnx

index f353e22..87b17b6 100644 (file)
@@ -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.
index b29e78a..fb1a806 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b29e78a4efb8e5d8995f576bbf19a846807829b6
+Subproject commit fb1a80692c1ab0bd27b1072f2e7bffacba336777