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/16 20:09:59 UTC

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #4693: [runtime][refactor] Unify vm and interpreter objects

jroesch commented on a change in pull request #4693: [runtime][refactor] Unify vm and interpreter objects
URL: https://github.com/apache/incubator-tvm/pull/4693#discussion_r367625115
 
 

 ##########
 File path: src/runtime/container.cc
 ##########
 @@ -18,46 +18,36 @@
  */
 
 /*!
- * \file src/runtime/vm/object.cc
- * \brief VM related objects.
+ * \file src/runtime/container.cc
+ * \brief Implementation of common POD containers.
 
 Review comment:
   ```suggestion
    * \brief Implementations of common plain old data (POD) containers for use in Relay interpreter and VM.
   ```

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