You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/25 16:42:21 UTC

[GitHub] [tvm] wrongtest opened a new pull request, #11115: [TVMScript] sugar of constant value assignment

wrongtest opened a new pull request, #11115:
URL: https://github.com/apache/tvm/pull/11115

   Allow write `x = 1`, `y = 3.14` just for sugar of `x = T.int32(1)` , `y = T.float32(3.14)`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Hzfengsy merged pull request #11115: [TVMScript] sugar of constant value assignment

Posted by GitBox <gi...@apache.org>.
Hzfengsy merged PR #11115:
URL: https://github.com/apache/tvm/pull/11115


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org