Automatic update of fbcode/onnx to ad7313470a9119d7e1afda7edf1d654497ee80ab#19339
Closed
houseroad wants to merge 1 commit intopytorch:masterfrom
Closed
Automatic update of fbcode/onnx to ad7313470a9119d7e1afda7edf1d654497ee80ab#19339houseroad wants to merge 1 commit intopytorch:masterfrom
houseroad wants to merge 1 commit intopytorch:masterfrom
Conversation
…ee80ab (pytorch#19339) Summary: Pull Request resolved: pytorch#19339 Previous import was 971311db58f2fa8306d15e1458b5fd47dbc8d11c Included changes: - **[ad731347](onnx/onnx@ad731347)**: Fix shape inference for matmul (pytorch#1941) <Bowen Bao> - **[3717dc61](onnx/onnx@3717dc61)**: Shape Inference Tests for QOps (pytorch#1929) <Ashwini Khade> - **[a80c3371](onnx/onnx@a80c3371)**: Prevent unused variables from generating warnings across all platforms. (pytorch#1930) <Pranav Sharma> - **[be9255c1](onnx/onnx@be9255c1)**: add title (pytorch#1919) <Prasanth Pulavarthi> - **[7a112a6f](onnx/onnx@7a112a6f)**: add quantization ops in onnx (pytorch#1908) <Ashwini Khade> - **[6de42d7d](onnx/onnx@6de42d7d)**: Create working-groups.md (pytorch#1916) <Prasanth Pulavarthi> Differential Revision: D14969962 fbshipit-source-id: e752f9ab6aebb341d16e22287793337698365b85
5ac3588 to
0e31e7e
Compare
Contributor
|
This pull request has been merged in 789c438. |
zhangguanheng66
pushed a commit
to zhangguanheng66/pytorch
that referenced
this pull request
May 6, 2019
…ee80ab (pytorch#19339) Summary: Pull Request resolved: pytorch#19339 Previous import was 971311db58f2fa8306d15e1458b5fd47dbc8d11c Included changes: - **[ad731347](onnx/onnx@ad731347)**: Fix shape inference for matmul (pytorch#1941) <Bowen Bao> - **[3717dc61](onnx/onnx@3717dc61)**: Shape Inference Tests for QOps (pytorch#1929) <Ashwini Khade> - **[a80c3371](onnx/onnx@a80c3371)**: Prevent unused variables from generating warnings across all platforms. (pytorch#1930) <Pranav Sharma> - **[be9255c1](onnx/onnx@be9255c1)**: add title (pytorch#1919) <Prasanth Pulavarthi> - **[7a112a6f](onnx/onnx@7a112a6f)**: add quantization ops in onnx (pytorch#1908) <Ashwini Khade> - **[6de42d7d](onnx/onnx@6de42d7d)**: Create working-groups.md (pytorch#1916) <Prasanth Pulavarthi> Reviewed By: yinghai Differential Revision: D14969962 fbshipit-source-id: 5ec64ef7aee5161666ed0c03e201be0ae20826f9
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 971311db58f2fa8306d15e1458b5fd47dbc8d11c
Included changes:
Differential Revision: D14969962