Go to the documentation of this file.
13 #ifndef __GST_TENSOR_SPARSE_ENC_H__
14 #define __GST_TENSOR_SPARSE_ENC_H__
22 #define GST_TYPE_TENSOR_SPARSE_ENC \
23 (gst_tensor_sparse_enc_get_type())
24 #define GST_TENSOR_SPARSE_ENC(obj) \
25 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SPARSE_ENC,GstTensorSparseEnc))
26 #define GST_TENSOR_SPARSE_ENC_CLASS(klass) \
27 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SPARSE_ENC,GstTensorSparseEncClass))
28 #define GST_IS_TENSOR_SPARSE_ENC(obj) \
29 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SPARSE_ENC))
30 #define GST_IS_TENSOR_SPARSE_ENC_CLASS(klass) \
31 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SPARSE_ENC))
GstTensorsConfig in_config
GstTensorSparseClass data structure.
GstElementClass parent_class
Util functions for tensor_sparse encoder and decoder.
Internal data structure for configured tensors info (for other/tensors).
Common header file for NNStreamer, the GStreamer plugin for neural networks.
GType gst_tensor_sparse_enc_get_type(void)
Function to get type of tensor_sparse.
GstTensorSparseEnc data structure.