Data structure to describe a "extra" tensor data. This represents the information of the NNS_TENSOR_SIZE_LIMIT-th memory block for tensor stream. More...
Public Attributes | |
uint32_t | magic |
uint32_t | version |
uint32_t | num_extra_tensors |
uint64_t | reserved |
GstTensorInfo | infos [NNS_TENSOR_SIZE_EXTRA_LIMIT] |
Data structure to describe a "extra" tensor data. This represents the information of the NNS_TENSOR_SIZE_LIMIT-th memory block for tensor stream.
Definition at line 39 of file nnstreamer_plugin_api_impl.c.
GstTensorInfo GstTensorExtraInfo::infos[NNS_TENSOR_SIZE_EXTRA_LIMIT] |
Definition at line 45 of file nnstreamer_plugin_api_impl.c.
uint32_t GstTensorExtraInfo::magic |
Definition at line 41 of file nnstreamer_plugin_api_impl.c.
uint32_t GstTensorExtraInfo::num_extra_tensors |
Definition at line 43 of file nnstreamer_plugin_api_impl.c.
uint64_t GstTensorExtraInfo::reserved |
Definition at line 44 of file nnstreamer_plugin_api_impl.c.
uint32_t GstTensorExtraInfo::version |
Definition at line 42 of file nnstreamer_plugin_api_impl.c.