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

Numpy bitwise_and operation added #15306

Closed
wants to merge 14 commits into from
Closed

Conversation

zoeygxy
Copy link
Contributor

@zoeygxy zoeygxy commented Jun 21, 2019

Description

Numpy element-wise operator bitwise_and added

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage:
  • Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
  • Code is well-documented
  • To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

Changes

Comments

@haojin2

@haojin2 haojin2 self-assigned this Jun 21, 2019
@haojin2 haojin2 added the Numpy label Jun 21, 2019
src/operator/mshadow_op.h Outdated Show resolved Hide resolved
src/operator/numpy/np_elemwise_binary_op.cc Show resolved Hide resolved
Copy link
Contributor

@haojin2 haojin2 left a comment

Choose a reason for hiding this comment

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

LGTM. Will merge once CI passes.

@Roshrini Roshrini added the pr-awaiting-review PR is waiting for code review label Jun 23, 2019
@zoeygxy
Copy link
Contributor Author

zoeygxy commented Jul 3, 2019

Waiting for GCD PR's INT_TYPE_SWITCH to merge. Will use it to restrict the input dtype.

@zoeygxy zoeygxy closed this Jul 3, 2019
@zoeygxy
Copy link
Contributor Author

zoeygxy commented Aug 26, 2019

This operator will be directly moved to the master branch. See #16009.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Numpy pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants