diff --git a/include/tvm/runtime/packed_func.h b/include/tvm/runtime/packed_func.h index 1373f5f9cca1..7e37b2aade90 100644 --- a/include/tvm/runtime/packed_func.h +++ b/include/tvm/runtime/packed_func.h @@ -919,7 +919,12 @@ class TVMRetValue : public TVMPODValue_ { int* type_code, \ int num_args, \ TVMValue* out_value, \ - int* out_type_code) { \ + int* out_type_code); \ + int ExportName(TVMValue* args, \ + int* type_code, \ + int num_args, \ + TVMValue* out_value, \ + int* out_type_code) { \ try { \ ::tvm::runtime::TVMRetValue rv; \ Function(::tvm::runtime::TVMArgs( \