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/12/14 23:15:59 UTC

[GitHub] [tvm] tkonolige commented on a change in pull request #7108: [RUNTIME] Add function name to PackedFunc and TypedPackedFunc

tkonolige commented on a change in pull request #7108:
URL: https://github.com/apache/tvm/pull/7108#discussion_r542915733



##########
File path: include/tvm/runtime/packed_func.h
##########
@@ -293,6 +304,8 @@ class TypedPackedFunc<R(Args...)> {
   friend class TVMRetValue;
   /*! \brief The internal packed function */
   PackedFunc packed_;
+  /*! \brief The name identifying this function */
+  String name_;

Review comment:
       Good point, I've made this change.




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