commit | 29c27d7b99d03a9bf1257376afadbd98543c61d8 | [log] [tgz] |
---|---|---|
author | Lu Fang <lufang@fb.com> | Mon Feb 25 11:05:10 2019 -0800 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Mon Feb 25 11:09:08 2019 -0800 |
tree | 4a69ffdc000f24cce53fb731af6bb64cfc5fbc83 | |
parent | 393c97fda79454a4c482409f67e1502c3e93b82a [diff] |
Automatic update of fbcode/onnx to e18bb41d255a23daf368ffd62a2645db55db4c72 (#17460) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17460 Previous import was 4c091e048ca42682d63ccd3c1811560bc12b732d Included changes: - **[e18bb41](https://github.com/onnx/onnx/commit/e18bb41)**: Infer shape of the second output of Dropout op (#1822) <Shinichiro Hamaji> - **[cb544d0](https://github.com/onnx/onnx/commit/cb544d0)**: Clarify dtype of Dropout's mask output (#1826) <Shinichiro Hamaji> - **[b60f693](https://github.com/onnx/onnx/commit/b60f693)**: Fix shape inference when auto_pad is notset (#1824) <Li-Wen Chang> - **[80346bd](https://github.com/onnx/onnx/commit/80346bd)**: update test datat (#1825) <Rui Zhu> - **[b37fc6d](https://github.com/onnx/onnx/commit/b37fc6d)**: Add stringnormalizer operator to ONNX (#1745) <Dmitri Smirnov> Reviewed By: zrphercule Differential Revision: D14206264 fbshipit-source-id: 0575fa3374ff2b93b2ecee9989cfa4793c599117
diff --git a/caffe2/python/onnx/tests/onnx_backend_test.py b/caffe2/python/onnx/tests/onnx_backend_test.py index 2a600be..c1b73ce 100644 --- a/caffe2/python/onnx/tests/onnx_backend_test.py +++ b/caffe2/python/onnx/tests/onnx_backend_test.py
@@ -53,6 +53,7 @@ '|test_constantofshape_int.*' # Needs implementation '|test_where.*' # Needs implementation '|test_shrink.*' # Needs implementation + '|test_strnorm.*' # Needs implementation '|test_nonzero.*' # Needs implementation '|test_tfidfvectorizer.*' # Needs implementation ')')
diff --git a/third_party/onnx b/third_party/onnx index 4c091e0..e18bb41 160000 --- a/third_party/onnx +++ b/third_party/onnx
@@ -1 +1 @@ -Subproject commit 4c091e048ca42682d63ccd3c1811560bc12b732d +Subproject commit e18bb41d255a23daf368ffd62a2645db55db4c72