tvm
|
Describes one constant argument to run_model
.
More...
#include <metadata_types.h>
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... | |
Describes one constant argument to run_model
.
int64_t TVMConstantInfo::byte_offset |
Offset in bytes of the constant.
const void* TVMConstantInfo::data_bytes |
data bytes of serialized NDArray
int64_t TVMConstantInfo::data_len |
length of the data_bytes field
const char* TVMConstantInfo::name_hint |
Name of the constant.