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

#include <graph_executor.h>

Collaboration diagram for TVMGraphExecutorGraphAttr:

Public Attributes

uint32_t storage_num_not_alloctaed
 
uint32_t * storage_id
 
uint32_t * device_index
 
char * dltype
 
uint32_t dltype_count
 
int64_t * shape
 
uint32_t * ndim
 
uint32_t shape_count
 

Member Data Documentation

◆ device_index

uint32_t* TVMGraphExecutorGraphAttr::device_index

◆ dltype

char* TVMGraphExecutorGraphAttr::dltype

◆ dltype_count

uint32_t TVMGraphExecutorGraphAttr::dltype_count

◆ ndim

uint32_t* TVMGraphExecutorGraphAttr::ndim

◆ shape

int64_t* TVMGraphExecutorGraphAttr::shape

◆ shape_count

uint32_t TVMGraphExecutorGraphAttr::shape_count

◆ storage_id

uint32_t* TVMGraphExecutorGraphAttr::storage_id

◆ storage_num_not_alloctaed

uint32_t TVMGraphExecutorGraphAttr::storage_num_not_alloctaed

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