sunjiweiswift opened a new issue #7560:
URL: https://github.com/apache/tvm/issues/7560


   
https://github.com/apache/tvm/blob/a1d43c15ac6382831370c6de141bf80888761e70/src/relay/backend/build_module.cc#L106-L115
   
   If there are special requirements for returning, such as returning an Int.
   template <typename... Args>
     int CallFunc(const std::string& name, Args... args) {
       auto pf = mod.GetFunction(name, false);
       pf(std::forward<Args>(args)...);
       return;
     }
   CallFunc<int>(). It will only match R CallFunc.
   solution:  
https://github.com/sunjiweiswift/BeautifulCode/tree/master/Template


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


Reply via email to