Data structure to describe a tensor data. This represents the basic information of a memory block for tensor stream. More...
#include <tensor_typedef.h>
Public Attributes | |
uint32_t | magic |
uint32_t | version |
uint32_t | type |
tensor_dim | dimension |
uint32_t | format |
uint32_t | media_type |
union { | |
GstSparseTensorInfo sparse_info | |
}; | |
Union of the required information for processing each tensor "format". More... | |
Data structure to describe a tensor data. This represents the basic information of a memory block for tensor stream.
Internally NNStreamer handles a buffer with capability other/tensors-flexible using this information.
Definition at line 310 of file tensor_typedef.h.
union { ... } |
Union of the required information for processing each tensor "format".
tensor_dim GstTensorMetaInfo::dimension |
Definition at line 315 of file tensor_typedef.h.
uint32_t GstTensorMetaInfo::format |
Definition at line 316 of file tensor_typedef.h.
uint32_t GstTensorMetaInfo::magic |
Definition at line 312 of file tensor_typedef.h.
uint32_t GstTensorMetaInfo::media_type |
Definition at line 317 of file tensor_typedef.h.
GstSparseTensorInfo GstTensorMetaInfo::sparse_info |
Definition at line 323 of file tensor_typedef.h.
uint32_t GstTensorMetaInfo::type |
Definition at line 314 of file tensor_typedef.h.
uint32_t GstTensorMetaInfo::version |
Definition at line 313 of file tensor_typedef.h.