From 44894915d61630f99718e18742a15076ca44ea88 Mon Sep 17 00:00:00 2001 From: Lu Fang Date: Mon, 3 Dec 2018 20:09:24 -0800 Subject: [PATCH] Automatic update of fbcode/onnx to 6b34743d2e361bbc0acb29dd73536478cb92562e (#14637) Summary: Previous import was f461f7aad9987635b4aff108620ed7918f002d19 Included changes: - **[6b34743](https://github.com/onnx/onnx/commit/6b34743)**: fix the const map initializatoin (#1662) - **[ae80999](https://github.com/onnx/onnx/commit/ae80999)**: Fuse Pad into Conv optimizer (#1580) Pull Request resolved: https://github.com/pytorch/pytorch/pull/14637 Differential Revision: D13281338 Pulled By: houseroad fbshipit-source-id: c31429914bf5954fdc85e0c02168836ef47d635c --- caffe2/python/onnx/tests/onnx_backend_test.py | 1 + third_party/onnx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/caffe2/python/onnx/tests/onnx_backend_test.py b/caffe2/python/onnx/tests/onnx_backend_test.py index d975d36..f63198e 100644 --- a/caffe2/python/onnx/tests/onnx_backend_test.py +++ b/caffe2/python/onnx/tests/onnx_backend_test.py @@ -45,6 +45,7 @@ backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid. '|test_asinh.*' # Needs implementation '|test_atanh.*' # Needs implementation '|test_onehot.*' # Needs implementation + '|test_scan.*' # Needs implementation ')') # Quick patch to unbreak master CI, is working on the debugging. diff --git a/third_party/onnx b/third_party/onnx index 882c528..6b34743 160000 --- a/third_party/onnx +++ b/third_party/onnx @@ -1 +1 @@ -Subproject commit 882c5283c54345d131e8fe5c859e4844dcf7ca8e +Subproject commit 6b34743d2e361bbc0acb29dd73536478cb92562e -- 2.7.4