-
Notifications
You must be signed in to change notification settings - Fork 10
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
Call for ifExp supporting #8
Comments
Hey thanks for asking! I believe To make sure I understand this question, are you asking if it is possible to translate python's |
if condition:
then_case
else:
else_case
true_value if condition else false_value IIRC, it is not supported by now. I can support it when I have time. |
Thank you @junrushao1994 and @Hzfengsy.
That will be quite useful when we implement these long tail operators like |
Right now I am working on the parser of tvm.tir.script, but a minor question that I met is about tvm.tir.Select. This function is related to IfExp node. When will be IfExp node supported in synr? Thank you.
The text was updated successfully, but these errors were encountered: