Internal meta data exchange format for a other/tensors instance. More...
#include <tensor_typedef.h>
Public Attributes | |
unsigned int | num_tensors |
GstTensorInfo | info [NNS_TENSOR_MEMORY_MAX] |
GstTensorInfo * | extra |
tensor_format | format |
Internal meta data exchange format for a other/tensors instance.
Definition at line 273 of file tensor_typedef.h.
GstTensorInfo* GstTensorsInfo::extra |
The list of tensor info for tensors whose index is larger than NNS_TENSOR_MEMORY_MAX
Definition at line 277 of file tensor_typedef.h.
tensor_format GstTensorsInfo::format |
tensor stream type
Definition at line 278 of file tensor_typedef.h.
GstTensorInfo GstTensorsInfo::info[NNS_TENSOR_MEMORY_MAX] |
The list of tensor info (max NNS_TENSOR_MEMORY_MAX as static)
Definition at line 276 of file tensor_typedef.h.
unsigned int GstTensorsInfo::num_tensors |
The number of tensors
Definition at line 275 of file tensor_typedef.h.