This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[Numpy] op empty_like, add nan_to_num to dispatch#16774
Merged
haojin2 merged 1 commit intoapache:masterfrom Dec 9, 2019
Merged
[Numpy] op empty_like, add nan_to_num to dispatch#16774haojin2 merged 1 commit intoapache:masterfrom
haojin2 merged 1 commit intoapache:masterfrom
Conversation
e350124 to
34aab1e
Compare
Contributor
|
@mxnet-label-bot add [Numpy] |
57869de to
a3b64a5
Compare
8029a4e to
4f41703
Compare
haojin2
reviewed
Nov 21, 2019
haojin2
approved these changes
Nov 21, 2019
Contributor
haojin2
left a comment
There was a problem hiding this comment.
Please rebase with master and address the new comments.
da548b0 to
c7bbfae
Compare
c7bbfae to
0845be3
Compare
* Fix quantized concat when inputs are mixed int8 and uint8 Change-Id: I4da04bf4502425134a466823fb5f73da2d7a419b * skip flaky test * trigger ci [Numpy] add op full_like, c++ impl, fix zeros_like, ones_like type inference (apache#16804)
0845be3 to
ae8fe0b
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
add Numpy operator empty_like
add nan_to_num to dispatch protocol