tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
TVMAotExecutor Struct Reference

#include <aot_executor.h>

Collaboration diagram for TVMAotExecutor:

Public Attributes

const TVMMetadatametadata
 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
 

Member Data Documentation

◆ args

TVMNDArray* TVMAotExecutor::args

List of allocated arguments, input(s), output(s), and pool(s)

◆ device

DLDevice TVMAotExecutor::device

The device type.

◆ metadata

const TVMMetadata* TVMAotExecutor::metadata

The top-level metadata structure supplied by the generated code.

◆ module_handle

TVMModuleHandle TVMAotExecutor::module_handle

The code module that contains the compiled model.

◆ num_args

int64_t TVMAotExecutor::num_args

The documentation for this struct was generated from the following file: