23 #ifndef TVM_RUNTIME_CONTRIB_LIBTORCH_RUNTIME_H_
24 #define TVM_RUNTIME_CONTRIB_LIBTORCH_RUNTIME_H_
34 const std::string& serialized_function);
Module container of TVM.
Definition: module.h:79
Reference to string objects.
Definition: string.h:98
runtime::Module TorchRuntimeCreate(const String &symbol_name, const std::string &serialized_function)
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Runtime container of the functions generated by TVM, This is used to support dynamically link,...