Go to the documentation of this file.
13 #ifndef __GST_TENSOR_SPARSE_DEC_H__
14 #define __GST_TENSOR_SPARSE_DEC_H__
22 #define GST_TYPE_TENSOR_SPARSE_DEC \
23 (gst_tensor_sparse_dec_get_type())
24 #define GST_TENSOR_SPARSE_DEC(obj) \
25 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SPARSE_DEC,GstTensorSparseDec))
26 #define GST_TENSOR_SPARSE_DEC_CLASS(klass) \
27 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SPARSE_DEC,GstTensorSparseDecClass))
28 #define GST_IS_TENSOR_SPARSE_DEC(obj) \
29 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SPARSE_DEC))
30 #define GST_IS_TENSOR_SPARSE_DEC_CLASS(klass) \
31 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SPARSE_DEC))
GstTensorsConfig out_config
GType gst_tensor_sparse_dec_get_type(void)
Function to get type of tensor_sparse.
GstTensorsConfig in_config
Util functions for tensor_sparse encoder and decoder.
GstTensorSparseDec data structure.
GstTensorSparseClass data structure.
Internal data structure for configured tensors info (for other/tensors).
GstElementClass parent_class
Common header file for NNStreamer, the GStreamer plugin for neural networks.