Automatic update of fbcode/onnx to e08efaa35ed54362dfa283240506c003175889b7#20443
Closed
houseroad wants to merge 1 commit intopytorch:masterfrom
Closed
Automatic update of fbcode/onnx to e08efaa35ed54362dfa283240506c003175889b7#20443houseroad wants to merge 1 commit intopytorch:masterfrom
houseroad wants to merge 1 commit intopytorch:masterfrom
Conversation
…5889b7 Summary: Previous import was 5bde6371620b76302864bce90f521d72eda95d0e Included changes: - **[e08efaa3](onnx/onnx@e08efaa3)**: Fix shape inference logic for TopK operator (pytorch#2005) <Hariharan Seshadri> - **[d80ea947](onnx/onnx@d80ea947)**: Nullary variadic (pytorch#1889) <G. Ramalingam> - **[50dc186b](onnx/onnx@50dc186b)**: Removed setting MD/MDd flags manually through cmake. The MTd/MT part is still necessary. Looks like CI fails without it. (pytorch#1995) <Alexander Yermolovich> - **[e7f81c5e](onnx/onnx@e7f81c5e)**: Move NonMaxSupression to object_detection folder (pytorch#2001) <Hector Li> - **[86ab4517](onnx/onnx@86ab4517)**: Prevent using invalid iterator, fix arithmetics. (pytorch#2004) <Dmitri Smirnov> Differential Revision: D15302141 fbshipit-source-id: 07e8d34a170f77c112042faad519d07bcf1e61f8
Contributor
|
This pull request has been merged in 2dc9152. |
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 5bde6371620b76302864bce90f521d72eda95d0e
Included changes:
Differential Revision: D15302141