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 2019/11/09 00:42:18 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4289: [RUNTIME][REFACTOR] Use object protocol to support runtime::Module

tqchen opened a new pull request #4289: [RUNTIME][REFACTOR] Use object protocol to support runtime::Module
URL: https://github.com/apache/incubator-tvm/pull/4289
 
 
   Previously runtime::Module was supported using shared_ptr.
   This PR refactors the codebase to use the Object protocol.
   
   It will open doors to allow easier interpolation between
   Object containers and module in the future.
   
   RFC https://github.com/apache/incubator-tvm/issues/4286

----------------------------------------------------------------
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