Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Numpy] [Operator] Fix __neg__ #18467

Merged
merged 4 commits into from
Jun 2, 2020
Merged

Conversation

sxjscience
Copy link
Member

Description

Fix #18414

@sxjscience sxjscience requested a review from szha as a code owner June 2, 2020 03:45
@mxnet-bot
Copy link

Hey @sxjscience , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [windows-cpu, centos-cpu, unix-gpu, miscellaneous, unix-cpu, centos-gpu, windows-gpu, edge, website, sanity, clang]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@sxjscience
Copy link
Member Author

@cassinixu @yzhliu

Copy link
Member

@yzhliu yzhliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to me.

@sxjscience sxjscience merged commit ca2bdb6 into apache:master Jun 2, 2020
ys2843 pushed a commit to ys2843/incubator-mxnet that referenced this pull request Jun 2, 2020
* fix negation

* support boolean type

* Update elemwise_unary_op.h

* Update test_numpy_op.py
yijunc pushed a commit to yijunc/incubator-mxnet that referenced this pull request Jun 9, 2020
* fix negation

* support boolean type

* Update elemwise_unary_op.h

* Update test_numpy_op.py
AntiZpvoh pushed a commit to AntiZpvoh/incubator-mxnet that referenced this pull request Jul 6, 2020
* fix negation

* support boolean type

* Update elemwise_unary_op.h

* Update test_numpy_op.py
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type inference bug of negation
3 participants