The unit of each data tensors. It will be used as an input/output tensor of other/tensors. More...
#include <tensor_typedef.h>
Public Attributes | |
void * | data |
size_t | size |
The unit of each data tensors. It will be used as an input/output tensor of other/tensors.
Definition at line 252 of file tensor_typedef.h.
void* GstTensorMemory::data |
The instance of tensor data.
Definition at line 254 of file tensor_typedef.h.
size_t GstTensorMemory::size |
The size of tensor.
Definition at line 255 of file tensor_typedef.h.