20 #ifndef TVM_RUNTIME_MICRO_STANDALONE_MICROTVM_RUNTIME_H_
21 #define TVM_RUNTIME_MICRO_STANDALONE_MICROTVM_RUNTIME_H_
26 #define TVM_MICRO_RUNTIME_API_API extern "C" __attribute__((visibility("default")))
43 #undef TVM_MICRO_RUNTIME_API_API
void MicroTVMRuntimeDestroy(void *handle)
void MicroTVMRuntimeGetOutput(void *handle, int index, void *tensor)
void MicroTVMRuntimeDSOModuleDestroy(void *module)
#define TVM_MICRO_RUNTIME_API_API
Definition: microtvm_runtime.h:26
void MicroTVMRuntimeSetInput(void *handle, int index, void *tensor)
void MicroTVMRuntimeRun(void *handle)
void * MicroTVMRuntimeCreate(const char *json, size_t json_len, void *module)
void * MicroTVMRuntimeDSOModuleCreate(const char *so, size_t so_len)