tqchen edited a comment on issue #4616: [REFACTOR] Initialize Unified IR Type 
Data Structures
URL: https://github.com/apache/incubator-tvm/pull/4616#issuecomment-570816598
 
 
   To simplify the treatment, most of the low-level expression won't have a 
tensor type, although by definition it is possible to allow a var to have a 
tensor type and Pass them to a function, you cannot do anything other than pass 
it through calls though, because operations like Add, Shuffle only accept 
normal types.
   
   TensorType is also not very well defined because its layout binding are not 
specified. BufferType might be a better type for such objects in the low-level 
but we can discuss further.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to