Private data struct for tensor-filter single class. More...
Public Attributes | |
GstTensorFilterPrivate | filter_priv |
gboolean | allocate_in_invoke |
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.
gboolean _GTensorFilterSinglePrivate::allocate_in_invoke |
cached value after first invoke
Definition at line 56 of file tensor_filter_single.c.
GstTensorFilterPrivate _GTensorFilterSinglePrivate::filter_priv |
Internal properties for tensor-filter
Definition at line 55 of file tensor_filter_single.c.