|
tvm
|
Runtime container of the functions. More...
Go to the source code of this file.
Classes | |
| struct | TVMModule |
| Module container of TVM. More... | |
Typedefs | |
| typedef struct TVMModule | TVMModule |
| Module container of TVM. More... | |
Functions | |
| int | TVMModCreateFromCModule (const TVMModule *mod, TVMModuleHandle *out_handle) |
| Create a new module handle from the given TVMModule instance. More... | |
| const TVMModule * | TVMSystemLibEntryPoint (void) |
| Entry point for the system lib module. More... | |
Runtime container of the functions.
| int TVMModCreateFromCModule | ( | const TVMModule * | mod, |
| TVMModuleHandle * | out_handle | ||
| ) |
Create a new module handle from the given TVMModule instance.
| mod | The module instance to register. |
| out_handle | Pointer to receive the newly-minted handle for this module. |
| const TVMModule* TVMSystemLibEntryPoint | ( | void | ) |
Entry point for the system lib module.
1.8.13