24 #ifndef TVM_RUNTIME_CRT_MODULE_H_ 25 #define TVM_RUNTIME_CRT_MODULE_H_ 56 #endif // TVM_RUNTIME_CRT_MODULE_H_ void * TVMModuleHandle
Handle to TVM runtime modules.
Definition: c_runtime_api.h:227
Defines generic string-based function lookup structs.
Module container of TVM.
Definition: module.h:37
A data structure that facilitates function lookup by C-string name.
Definition: func_registry.h:41
int TVMModCreateFromCModule(const TVMModule *mod, TVMModuleHandle *out_handle)
Create a new module handle from the given TVMModule instance.
const TVMFuncRegistry * registry
The function registry associated with this module.
Definition: module.h:39
struct TVMModule TVMModule
Module container of TVM.
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:290
const TVMModule * TVMSystemLibEntryPoint(void)
Entry point for the system lib module.