soiferj commented on a change in pull request #4934: [Relay][External Codegen]
Support data types for CSourceModuleCodegen args and output
URL: https://github.com/apache/incubator-tvm/pull/4934#discussion_r383560307
##########
File path: src/relay/backend/contrib/codegen_c/codegen_c.h
##########
@@ -116,29 +123,30 @@ class CodegenCBase {
*
* \endcode
*/
- void GenerateBackendCFunc(const std::string& func_name, int arg_cnt) {
+ void GenerateBackendCFunc(const std::string& func_name, Array<Var> args,
const Output& out) {
Review comment:
Updated
----------------------------------------------------------------
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]
With regards,
Apache Git Services