This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
This file contains 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
Signed-off-by: AntiZpvoh <[email protected]>
Signed-off-by: AntiZpvoh <[email protected]>
Signed-off-by: AntiZpvoh <[email protected]>
Signed-off-by: AntiZpvoh <[email protected]>
Signed-off-by: AntiZpvoh <[email protected]>
xidulu
reviewed
Jan 15, 2020
xidulu
reviewed
Jan 15, 2020
|
||
NNVM_REGISTER_OP(_npi_laplace) | ||
.set_attr<FCompute>("FCompute<gpu>", NumpyLaplaceForward<gpu>); | ||
|
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Signed-off-by: AntiZpvoh <[email protected]>
Signed-off-by: AntiZpvoh <[email protected]>
haojin2
reviewed
Jan 15, 2020
haojin2
reviewed
Jan 15, 2020
haojin2
reviewed
Jan 15, 2020
haojin2
reviewed
Jan 15, 2020
haojin2
reviewed
Jan 15, 2020
xidulu
approved these changes
Feb 15, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…to NumPyLaplaceOp
haojin2
approved these changes
Mar 12, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @hzfan Can you double check on the ffi part?
…to NumPyLaplaceOp
xidulu
reviewed
Mar 13, 2020
xidulu
reviewed
Mar 13, 2020
LGTM regarding the logic. |
MoisesHer
pushed a commit
to MoisesHer/incubator-mxnet
that referenced
this pull request
Apr 10, 2020
* NumPy Laplace Distribution partly Frontend and Backend Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution Backend style rectified Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution Frontend modified Signed-off-by: AntiZpvoh <[email protected]> * Laplece op nightly test and normal op test correction Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution unit test and code style Signed-off-by: AntiZpvoh <[email protected]> * Register uniform_n in CUDA Signed-off-by: AntiZpvoh <[email protected]> * Delete the registering of Laplace_n Signed-off-by: AntiZpvoh <[email protected]> * fix some alignment and indentation problems Signed-off-by: AntiZpvoh <[email protected]> * fix some sanity problems such as too long lines * fix some sanity problems again * laplace parmeters form change * implement basic laplace function * add frontend implement and ndarray loc case * complete the frontend * fix some sanity problems * fix some sanity problems * fix some typos * fix some problems * fix a typo * add size==() condition handling * fix some typos * remove unused code Co-authored-by: Ubuntu <[email protected]>
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this pull request
May 29, 2020
* NumPy Laplace Distribution partly Frontend and Backend Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution Backend style rectified Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution Frontend modified Signed-off-by: AntiZpvoh <[email protected]> * Laplece op nightly test and normal op test correction Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution unit test and code style Signed-off-by: AntiZpvoh <[email protected]> * Register uniform_n in CUDA Signed-off-by: AntiZpvoh <[email protected]> * Delete the registering of Laplace_n Signed-off-by: AntiZpvoh <[email protected]> * fix some alignment and indentation problems Signed-off-by: AntiZpvoh <[email protected]> * fix some sanity problems such as too long lines * fix some sanity problems again * laplace parmeters form change * implement basic laplace function * add frontend implement and ndarray loc case * complete the frontend * fix some sanity problems * fix some sanity problems * fix some typos * fix some problems * fix a typo * add size==() condition handling * fix some typos * remove unused code Co-authored-by: Ubuntu <[email protected]>
sxjscience
pushed a commit
to sxjscience/mxnet
that referenced
this pull request
Jul 1, 2020
* NumPy Laplace Distribution partly Frontend and Backend Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution Backend style rectified Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution Frontend modified Signed-off-by: AntiZpvoh <[email protected]> * Laplece op nightly test and normal op test correction Signed-off-by: AntiZpvoh <[email protected]> * NumPy Laplace Distribution unit test and code style Signed-off-by: AntiZpvoh <[email protected]> * Register uniform_n in CUDA Signed-off-by: AntiZpvoh <[email protected]> * Delete the registering of Laplace_n Signed-off-by: AntiZpvoh <[email protected]> * fix some alignment and indentation problems Signed-off-by: AntiZpvoh <[email protected]> * fix some sanity problems such as too long lines * fix some sanity problems again * laplace parmeters form change * implement basic laplace function * add frontend implement and ndarray loc case * complete the frontend * fix some sanity problems * fix some sanity problems * fix some typos * fix some problems * fix a typo * add size==() condition handling * fix some typos * remove unused code Co-authored-by: Ubuntu <[email protected]>
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 op random.laplace, which could generate random samples with Laplace Distribution.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments