Doxygen Book
GstTensorExtraInfo Struct Reference

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...

Collaboration diagram for GstTensorExtraInfo:

Public Attributes

uint32_t magic
 
uint32_t version
 
uint32_t num_extra_tensors
 
uint64_t reserved
 
GstTensorInfo infos [NNS_TENSOR_SIZE_EXTRA_LIMIT]
 

Detailed Description

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.

Member Data Documentation

◆ infos

GstTensorInfo GstTensorExtraInfo::infos[NNS_TENSOR_SIZE_EXTRA_LIMIT]

Definition at line 45 of file nnstreamer_plugin_api_impl.c.

◆ magic

uint32_t GstTensorExtraInfo::magic

Definition at line 41 of file nnstreamer_plugin_api_impl.c.

◆ num_extra_tensors

uint32_t GstTensorExtraInfo::num_extra_tensors

Definition at line 43 of file nnstreamer_plugin_api_impl.c.

◆ reserved

uint64_t GstTensorExtraInfo::reserved

Definition at line 44 of file nnstreamer_plugin_api_impl.c.

◆ version

uint32_t GstTensorExtraInfo::version

Definition at line 42 of file nnstreamer_plugin_api_impl.c.


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