Automatic update of fbcode/onnx to 23bb6ea1a71f08e200114a153f48bd7adb66d486#26441
Closed
houseroad wants to merge 2 commits intopytorch:masterfrom
Closed
Automatic update of fbcode/onnx to 23bb6ea1a71f08e200114a153f48bd7adb66d486#26441houseroad wants to merge 2 commits intopytorch:masterfrom
houseroad wants to merge 2 commits intopytorch:masterfrom
Conversation
…66d486 (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 Differential Revision: D17466717 fbshipit-source-id: cf62916a92cf457adcc53c48f40f0d18cd11e034
310146e to
e43a2dc
Compare
Contributor
|
This pull request has been merged in d6ee584. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Previous import was 1316afc9f972f81340faa05763e2898f38bcc3b0
Included changes:
Test Plan: ci
Differential Revision: D17466717