Unverified Commit e5044cb9 by Jon Soifer Committed by GitHub

[Runtime] Export GraphRuntime in tvm_runtime.dll (#5002)

Co-authored-by: Jon Soifer <jonso@microsoft.com>
parent d992468d
...@@ -65,7 +65,7 @@ struct TVMOpParam { ...@@ -65,7 +65,7 @@ struct TVMOpParam {
* This runtime can be acccesibly in various language via * This runtime can be acccesibly in various language via
* TVM runtime PackedFunc API. * TVM runtime PackedFunc API.
*/ */
class GraphRuntime : public ModuleNode { class TVM_DLL GraphRuntime : public ModuleNode {
struct OpArgs { struct OpArgs {
std::vector<DLTensor> args; std::vector<DLTensor> args;
std::vector<TVMValue> arg_values; std::vector<TVMValue> arg_values;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment