Doxygen Book
gsttensor_sparsedec.h File Reference

GStreamer element to decode sparse tensors into dense tensors. More...

#include <gst/gst.h>
#include <tensor_common.h>
#include "gsttensor_sparseutil.h"
Include dependency graph for gsttensor_sparsedec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GstTensorSparseDec
 GstTensorSparseDec data structure. More...
 
struct  _GstTensorSparseDecClass
 GstTensorSparseClass data structure. More...
 

Macros

#define GST_TYPE_TENSOR_SPARSE_DEC   (gst_tensor_sparse_dec_get_type())
 
#define GST_TENSOR_SPARSE_DEC(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SPARSE_DEC,GstTensorSparseDec))
 
#define GST_TENSOR_SPARSE_DEC_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SPARSE_DEC,GstTensorSparseDecClass))
 
#define GST_IS_TENSOR_SPARSE_DEC(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SPARSE_DEC))
 
#define GST_IS_TENSOR_SPARSE_DEC_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SPARSE_DEC))
 

Typedefs

typedef struct _GstTensorSparseDec GstTensorSparseDec
 
typedef struct _GstTensorSparseDecClass GstTensorSparseDecClass
 

Functions

GType gst_tensor_sparse_dec_get_type (void)
 Function to get type of tensor_sparse. More...
 

Detailed Description

GStreamer element to decode sparse tensors into dense tensors.

Copyright (C) 2021 Samsung Electronics Co., Ltd.

Date
27 Jul 2021
See also
https://github.com/nnstreamer/nnstreamer
Author
Yongjoo Ahn yongj.nosp@m.oo1..nosp@m.ahn@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file gsttensor_sparsedec.h.

Macro Definition Documentation

◆ GST_IS_TENSOR_SPARSE_DEC

#define GST_IS_TENSOR_SPARSE_DEC (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SPARSE_DEC))

Definition at line 28 of file gsttensor_sparsedec.h.

◆ GST_IS_TENSOR_SPARSE_DEC_CLASS

#define GST_IS_TENSOR_SPARSE_DEC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SPARSE_DEC))

Definition at line 30 of file gsttensor_sparsedec.h.

◆ GST_TENSOR_SPARSE_DEC

#define GST_TENSOR_SPARSE_DEC (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SPARSE_DEC,GstTensorSparseDec))

Definition at line 24 of file gsttensor_sparsedec.h.

◆ GST_TENSOR_SPARSE_DEC_CLASS

#define GST_TENSOR_SPARSE_DEC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SPARSE_DEC,GstTensorSparseDecClass))

Definition at line 26 of file gsttensor_sparsedec.h.

◆ GST_TYPE_TENSOR_SPARSE_DEC

#define GST_TYPE_TENSOR_SPARSE_DEC   (gst_tensor_sparse_dec_get_type())

Definition at line 22 of file gsttensor_sparsedec.h.

Typedef Documentation

◆ GstTensorSparseDec

Definition at line 33 of file gsttensor_sparsedec.h.

◆ GstTensorSparseDecClass

Definition at line 34 of file gsttensor_sparsedec.h.

Function Documentation

◆ gst_tensor_sparse_dec_get_type()

GType gst_tensor_sparse_dec_get_type ( void  )

Function to get type of tensor_sparse.