Doxygen Book
_FilterTransformData Struct Reference

Internal data structure for tensor_filter transform data. More...

Collaboration diagram for _FilterTransformData:

Public Attributes

GstMemory * mem [NNS_TENSOR_SIZE_LIMIT]
 
GstMapInfo info [NNS_TENSOR_SIZE_LIMIT]
 
GstTensorMetaInfo meta [NNS_TENSOR_SIZE_LIMIT]
 
guint num_tensors
 
GstTensorMemory tensors [NNS_TENSOR_SIZE_LIMIT]
 
gboolean is_flexible
 
gboolean allocate_in_invoke
 

Detailed Description

Internal data structure for tensor_filter transform data.

Definition at line 153 of file tensor_filter.c.

Member Data Documentation

◆ allocate_in_invoke

gboolean _FilterTransformData::allocate_in_invoke

Definition at line 162 of file tensor_filter.c.

◆ info

GstMapInfo _FilterTransformData::info[NNS_TENSOR_SIZE_LIMIT]

Definition at line 156 of file tensor_filter.c.

◆ is_flexible

gboolean _FilterTransformData::is_flexible

Definition at line 161 of file tensor_filter.c.

◆ mem

GstMemory* _FilterTransformData::mem[NNS_TENSOR_SIZE_LIMIT]

Definition at line 155 of file tensor_filter.c.

◆ meta

GstTensorMetaInfo _FilterTransformData::meta[NNS_TENSOR_SIZE_LIMIT]

Definition at line 157 of file tensor_filter.c.

◆ num_tensors

guint _FilterTransformData::num_tensors

Definition at line 158 of file tensor_filter.c.

◆ tensors

GstTensorMemory _FilterTransformData::tensors[NNS_TENSOR_SIZE_LIMIT]

Definition at line 159 of file tensor_filter.c.


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