-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Tensorflow, NNVM, TOPI] Support for logical operators #2453
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
Conversation
|
Can we expose these in Relay too? doesn't Numpy use different names for these operators? if so we should be consistent. |
|
@jroesch Names in numpy seem to be consistent with this commit. I am not much aware of the Relay side. Could you please send some quick pointers to start off? |
|
@ashutoshparkhi Here is a tutorial of adding an operator to Relay: https://docs.tvm.ai/dev/relay_add_op.html Hopefully this helps. |
|
@ashutoshparkhi can you please update on this PR? |
|
I'm up for doing the relay part in a follow-up PR if this is ok to merge for NNVM. |
|
OK, this is merged. @abergeron followup with relay op is more than welcomed |
|
Thank you @tqchen and @abergeron. |
Support for logical OR/AND/NOT
Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers.