From: Lu Fang Date: Fri, 4 Jan 2019 23:38:07 +0000 (-0800) Subject: Automatic update of fbcode/onnx to 8384c788939bc65463f9754b6a7a00b212b18ba1 (#15739) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~2008 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12e6c1ceeb74fc0a1ea6a1af9eb60174b26ce4f6;p=platform%2Fupstream%2Fpytorch.git update of fbcode/onnx to 8384c788939bc65463f9754b6a7a00b212b18ba1 (#15739) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15739 Previous import was 765f5ee823a67a866f4bd28a9860e81f3c811ce8 Included changes: - **[8384c78](https://github.com/onnx/onnx/commit/8384c78)**: add constantofshape (#1582) - **[9afc06c](https://github.com/onnx/onnx/commit/9afc06c)**: Set symbol visibility to hidden for non-Windows (#1707) - **[6f8a9f0](https://github.com/onnx/onnx/commit/6f8a9f0)**: Revert "Add NonMaxSupression operator (#1695)" (#1702) - **[8b89544](https://github.com/onnx/onnx/commit/8b89544)**: Add NonMaxSupression operator (#1695) - **[0a7cc48](https://github.com/onnx/onnx/commit/0a7cc48)**: Add bfloat16 support. (#1699) - **[da7c50c](https://github.com/onnx/onnx/commit/da7c50c)**: ONNX does not maintain versions for experimental ops (#1696) - **[0c8d857](https://github.com/onnx/onnx/commit/0c8d857)**: Correct type of value_info in Graph (#1694) - **[f612532](https://github.com/onnx/onnx/commit/f612532)**: Fix typos (#1686) Reviewed By: zrphercule Differential Revision: D13581674 fbshipit-source-id: 8f8ee86a05a86fe99bf94509148c559ea3df1464 --- diff --git a/caffe2/python/onnx/tests/onnx_backend_test.py b/caffe2/python/onnx/tests/onnx_backend_test.py index bd9a8d9..a7dc3b2 100644 --- a/caffe2/python/onnx/tests/onnx_backend_test.py +++ b/caffe2/python/onnx/tests/onnx_backend_test.py @@ -52,6 +52,7 @@ backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid. '|test_erf.*' # Needs implementation '|test_isnan.*' # Needs implementation '|test_scatter.*' # Should be similar to ScatterAssign + '|test_constantofshape.*' # Needs implementation ')') # Quick patch to unbreak master CI, is working on the debugging. diff --git a/third_party/onnx b/third_party/onnx index 765f5ee..8384c78 160000 --- a/third_party/onnx +++ b/third_party/onnx @@ -1 +1 @@ -Subproject commit 765f5ee823a67a866f4bd28a9860e81f3c811ce8 +Subproject commit 8384c788939bc65463f9754b6a7a00b212b18ba1