tvm
|
#include <aot_executor.h>
Public Attributes | |
const TVMMetadata * | metadata |
The top-level metadata structure supplied by the generated code. More... | |
TVMModuleHandle | module_handle |
The code module that contains the compiled model. More... | |
DLDevice | device |
The device type. More... | |
TVMNDArray * | args |
List of allocated arguments, input(s), output(s), and pool(s) More... | |
int64_t | num_args |
TVMNDArray* TVMAotExecutor::args |
List of allocated arguments, input(s), output(s), and pool(s)
DLDevice TVMAotExecutor::device |
The device type.
const TVMMetadata* TVMAotExecutor::metadata |
The top-level metadata structure supplied by the generated code.
TVMModuleHandle TVMAotExecutor::module_handle |
The code module that contains the compiled model.
int64_t TVMAotExecutor::num_args |