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

   TVM containers, such as tvm::runtime::Array, require the contained objects 
to inherit from `ObjectRef`.  As a result, the wrapper types `IntImm`, 
`FloatImm`, and `StringImm` are often used to allow native types in the TVM 
containers.  Conversions into these wrapper type may be required when using a 
container, and may be performed automatically when passing an object across the 
FFI.  By also providing conversion to an unwrapped type, these automatic 
conversions are transparent become transparent to users.
   
   The trait can be specialized to add type specific conversion logic from the 
TVMArgvalue and TVMRetValue.


-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to