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 2020/01/15 23:07:42 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4684: [Arith] add SizeVar representing non-neg valued variable in a tensor shape

tqchen commented on a change in pull request #4684: [Arith] add SizeVar representing non-neg valued variable in a tensor shape
URL: https://github.com/apache/incubator-tvm/pull/4684#discussion_r367154337
 
 

 ##########
 File path: python/tvm/api.py
 ##########
 @@ -192,6 +192,25 @@ def var(name="tindex", dtype=int32):
     return _api_internal._Var(name, dtype)
 
 
+def size_var(name="tindex", dtype=int32):
 
 Review comment:
   is tindex a good default? size?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services