From 5be28ade66c8c63bf4ab34e35991b8224c3d3e9d Mon Sep 17 00:00:00 2001 From: Lu Fang Date: Fri, 7 Dec 2018 17:24:01 -0800 Subject: [PATCH] Automatic update of fbcode/onnx to aca8473a40cf43f01958c81b648efcee7f3a755a (#14865) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14865 Previous import was 42804705bdbf179d1a98394008417e1392013547 Included changes: - **[aca8473](https://github.com/onnx/onnx/commit/aca8473)**: Add Erf operator for computing error function (#1675) - **[3fc82ca](https://github.com/onnx/onnx/commit/3fc82ca)**: Add IsNaN operator. (#1656) - **[0685f01](https://github.com/onnx/onnx/commit/0685f01)**: Add Sign Op (#1658) - **[2a8fae8](https://github.com/onnx/onnx/commit/2a8fae8)**: Fix unused var warning (#1669) - **[e212833](https://github.com/onnx/onnx/commit/e212833)**: Update scan (#1653) Reviewed By: zrphercule Differential Revision: D13370727 fbshipit-source-id: 13a93d5acc8d4758f682278ea162ec9124ced22d --- 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 f63198e..1304a3f 100644 --- a/caffe2/python/onnx/tests/onnx_backend_test.py +++ b/caffe2/python/onnx/tests/onnx_backend_test.py @@ -46,6 +46,7 @@ backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid. '|test_atanh.*' # Needs implementation '|test_onehot.*' # Needs implementation '|test_scan.*' # Needs implementation + '|test_erf.*' # Needs implementation ')') # Quick patch to unbreak master CI, is working on the debugging. diff --git a/third_party/onnx b/third_party/onnx index 4280470..aca8473 160000 --- a/third_party/onnx +++ b/third_party/onnx @@ -1 +1 @@ -Subproject commit 42804705bdbf179d1a98394008417e1392013547 +Subproject commit aca8473a40cf43f01958c81b648efcee7f3a755a -- 2.7.4