Doxygen Book
GstTensorsInfo Struct Reference

Internal meta data exchange format for a other/tensors instance. More...

#include <tensor_typedef.h>

Collaboration diagram for GstTensorsInfo:

Public Attributes

unsigned int num_tensors
 
GstTensorInfo info [NNS_TENSOR_MEMORY_MAX]
 
GstTensorInfoextra
 
tensor_format format
 

Detailed Description

Internal meta data exchange format for a other/tensors instance.

Definition at line 273 of file tensor_typedef.h.

Member Data Documentation

◆ extra

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.

◆ format

tensor_format GstTensorsInfo::format

tensor stream type

Definition at line 278 of file tensor_typedef.h.

◆ info

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.

◆ num_tensors

unsigned int GstTensorsInfo::num_tensors

The number of tensors

Definition at line 275 of file tensor_typedef.h.


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