Doxygen Book
_GTensorFilterSinglePrivate Struct Reference

Private data struct for tensor-filter single class. More...

Collaboration diagram for _GTensorFilterSinglePrivate:

Public Attributes

GstTensorFilterPrivate filter_priv
 
gboolean allocate_in_invoke
 

Detailed Description

Private data struct for tensor-filter single class.

SECTION:element-tensor_filter_single

An element that invokes neural network models and their framework or an independent shared object implementing tensor_filter_custom.h. The input and output are always in the format of other/tensor or other/tensors. This element is going to be the basis of single shot api.

Definition at line 53 of file tensor_filter_single.c.

Member Data Documentation

◆ allocate_in_invoke

gboolean _GTensorFilterSinglePrivate::allocate_in_invoke

cached value after first invoke

Definition at line 56 of file tensor_filter_single.c.

◆ filter_priv

GstTensorFilterPrivate _GTensorFilterSinglePrivate::filter_priv

Internal properties for tensor-filter

Definition at line 55 of file tensor_filter_single.c.


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