Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled bool input type for Equal for op_ver 11 #2034

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

yangchen-MS
Copy link
Contributor

This change enabled bool type for Equal-11's inputs

This change enabled bool type for Equal-11's inputs
@yangchen-MS yangchen-MS requested a review from a team as a code owner October 7, 2019 22:51
@yangchen-MS yangchen-MS merged commit 19b0d0a into master Oct 8, 2019
@yangchen-MS yangchen-MS deleted the yanchen/equal-bool branch October 8, 2019 08:50
@@ -121,6 +121,7 @@ REG_ELEMENTWISE_LOGICALOP_TYPED_KERNEL(Greater, 9, int64_t, Greater);
REG_ELEMENTWISE_LOGICALOP_TYPED_KERNEL(Equal, 7, bool, Equal);
REG_ELEMENTWISE_LOGICALOP_TYPED_KERNEL(Equal, 7, int32_t, Equal);
Copy link
Contributor

Choose a reason for hiding this comment

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

why not enable Equal op_ver 11 for int32_t and int64_t as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants