Doxygen Book
gsttensor_sparseenc.h File Reference

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

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

Go to the source code of this file.

Classes

struct  _GstTensorSparseEnc
 GstTensorSparseEnc data structure. More...
 
struct  _GstTensorSparseEncClass
 GstTensorSparseClass data structure. More...
 

Macros

#define GST_TYPE_TENSOR_SPARSE_ENC   (gst_tensor_sparse_enc_get_type())
 
#define GST_TENSOR_SPARSE_ENC(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SPARSE_ENC,GstTensorSparseEnc))
 
#define GST_TENSOR_SPARSE_ENC_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SPARSE_ENC,GstTensorSparseEncClass))
 
#define GST_IS_TENSOR_SPARSE_ENC(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SPARSE_ENC))
 
#define GST_IS_TENSOR_SPARSE_ENC_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SPARSE_ENC))
 

Typedefs

typedef struct _GstTensorSparseEnc GstTensorSparseEnc
 
typedef struct _GstTensorSparseEncClass GstTensorSparseEncClass
 

Functions

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

Detailed Description

GStreamer element to encode 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_sparseenc.h.

Macro Definition Documentation

◆ GST_IS_TENSOR_SPARSE_ENC

#define GST_IS_TENSOR_SPARSE_ENC (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_SPARSE_ENC))

Definition at line 28 of file gsttensor_sparseenc.h.

◆ GST_IS_TENSOR_SPARSE_ENC_CLASS

#define GST_IS_TENSOR_SPARSE_ENC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_SPARSE_ENC))

Definition at line 30 of file gsttensor_sparseenc.h.

◆ GST_TENSOR_SPARSE_ENC

#define GST_TENSOR_SPARSE_ENC (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_SPARSE_ENC,GstTensorSparseEnc))

Definition at line 24 of file gsttensor_sparseenc.h.

◆ GST_TENSOR_SPARSE_ENC_CLASS

#define GST_TENSOR_SPARSE_ENC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_SPARSE_ENC,GstTensorSparseEncClass))

Definition at line 26 of file gsttensor_sparseenc.h.

◆ GST_TYPE_TENSOR_SPARSE_ENC

#define GST_TYPE_TENSOR_SPARSE_ENC   (gst_tensor_sparse_enc_get_type())

Definition at line 22 of file gsttensor_sparseenc.h.

Typedef Documentation

◆ GstTensorSparseEnc

Definition at line 33 of file gsttensor_sparseenc.h.

◆ GstTensorSparseEncClass

Definition at line 34 of file gsttensor_sparseenc.h.

Function Documentation

◆ gst_tensor_sparse_enc_get_type()

GType gst_tensor_sparse_enc_get_type ( void  )

Function to get type of tensor_sparse.