-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Relay][OP] Add comparison operator overloading #2910
Labels
Comments
tqchen
changed the title
[Relay] "<" does not work in Relay on Python3
[Relay][OP] Add comparison operator overloading
Mar 27, 2019
Probably a dumb question, but is c = a < b the same as using of c = relay.less (a, b); ? |
u99127
pushed a commit
to u99127/tvm
that referenced
this issue
May 10, 2019
This commit adds support for overloaded comparison operators in the python binding for relay.
u99127
pushed a commit
to u99127/tvm
that referenced
this issue
Jun 1, 2019
This commit adds support for overloaded comparison operators in the python binding for relay. Add a testcase for this
tqchen
pushed a commit
that referenced
this issue
Jun 5, 2019
Now merged, I suspect closed by the commit. |
wweic
pushed a commit
to wweic/tvm
that referenced
this issue
Jun 26, 2019
wweic
pushed a commit
to neo-ai/tvm
that referenced
this issue
Jun 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment: Ubuntu 18.04
Python Version: Python 3.6.7
Minimal Reproduction Script:
Error:
The text was updated successfully, but these errors were encountered: