tvm
Public Attributes | List of all members
TVMByteArray Struct Reference

Byte array type used to pass in byte array When kTVMBytes is used as data type. More...

#include <c_runtime_api.h>

Collaboration diagram for TVMByteArray:

Public Attributes

const char * data
 
size_t size
 

Detailed Description

Byte array type used to pass in byte array When kTVMBytes is used as data type.

Member Data Documentation

◆ data

const char* TVMByteArray::data

◆ size

size_t TVMByteArray::size

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