Skip to content

Commit d6ee584

Browse files
houseroadfacebook-github-bot
authored andcommitted
Automatic update of fbcode/onnx to 23bb6ea1a71f08e200114a153f48bd7adb66d486 (pytorch#26441)
Summary: Pull Request resolved: pytorch#26441 Previous import was 1316afc9f972f81340faa05763e2898f38bcc3b0 Included changes: - **[23bb6ea1](onnx/onnx@23bb6ea1)**: Gemm optional bias (pytorch#2330) <James Allingham> - **[1ac1f219](onnx/onnx@1ac1f219)**: Changes for AIX platform (pytorch#1913) <kavanabhat> - **[13b026f5](onnx/onnx@13b026f5)**: Updated test cases for reshape (pytorch#2127) <James Allingham> - **[97fcfe30](onnx/onnx@97fcfe30)**: Replace is by == (pytorch#2326) <G. Ramalingam> - **[3b5601e6](onnx/onnx@3b5601e6)**: Updated docs for strides and dilations attributes (pytorch#2291) <James Allingham> - **[d0c697b1](onnx/onnx@d0c697b1)**: Revamped test cases for Gemm (pytorch#2060) <James Allingham> - **[a3955c3c](onnx/onnx@a3955c3c)**: Add more shape inference tests for Logical operators to improve coverage (pytorch#2133) <Hariharan Seshadri> - **[e2e12d97](onnx/onnx@e2e12d97)**: Change incorrect use of ValueError to TypeError (pytorch#2304) <prcvih> - **[1f4b5f8c](onnx/onnx@1f4b5f8c)**: Support dynamic 'pads' and 'value' in Pad operator (pytorch#2031) <Hariharan Seshadri> Test Plan: ci Reviewed By: hl475 Differential Revision: D17466717 fbshipit-source-id: 0f89a7a5a821d2c693492c99b4bebd5966e21d9f
1 parent 450504c commit d6ee584

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

caffe2/python/onnx/tests/onnx_backend_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
'|test_scatter.*' # opset 11 is not supported yet
8080
'|test_unique.*' # opset 11 is not supported yet
8181
'|test_gathernd.*' # opset 11 is not supported yet
82+
'|test_constant_pad.*' # 1d pad is not supported
83+
'|test_edge_pad.*' # 1d pad is not supported
84+
'|test_reflect_pad.*' # 1d pad is not supported
85+
'|test_gemm_default_no_bias.*' # no bias is not supported
86+
'|test_gemm_default_scalar_bias.*' # incorrect type
8287
'|test_sequence_.*' # type sequence is not supported yet
8388
'|test_.*negative_ax.*' # negative axis is not supported yet
8489
'|test_.*negative_ind.*' # negative axis is not supported yet

third_party/onnx

Submodule onnx updated 128 files

0 commit comments

Comments
 (0)