tvm
Public Attributes | List of all members
TVMConstantInfo Struct Reference

Describes one constant argument to run_model. More...

#include <metadata_types.h>

Collaboration diagram for TVMConstantInfo:

Public Attributes

const char * name_hint
 Name of the constant. More...
 
int64_t byte_offset
 Offset in bytes of the constant. More...
 
int64_t data_len
 length of the data_bytes field More...
 
const void * data_bytes
 data bytes of serialized NDArray More...
 

Detailed Description

Describes one constant argument to run_model.

Member Data Documentation

◆ byte_offset

int64_t TVMConstantInfo::byte_offset

Offset in bytes of the constant.

◆ data_bytes

const void* TVMConstantInfo::data_bytes

data bytes of serialized NDArray

◆ data_len

int64_t TVMConstantInfo::data_len

length of the data_bytes field

◆ name_hint

const char* TVMConstantInfo::name_hint

Name of the constant.


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