-
Notifications
You must be signed in to change notification settings - Fork 687
Torch eq and ne ops supports bool type. #1501
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
The diff here is deleting unrelated unit tests. I think you started this branch off an earlier commit without those unit tests. Please rebase your changes on top of the latest |
2ff8e80
to
daa5859
Compare
@TobyRoseman |
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.
Hello, this PR's code is not up to date with the latest code, so I suggest updating when out of date so it has a potential to be merged if everything is good.
I updated this branch. |
Thanks |
Thanks @fukatani |
* Torch eq and ne ops supports bool type. * Addressed review comment
* Torch eq and ne ops supports bool type. * Addressed review comment
I found
eq
andne
ops does not support bool type sincemb.equals
andmb.not_equals
does not supportbool
.