Doxygen Book
tensor_filter_single.h File Reference

Element to use general neural network framework individually without gstreamer pipeline. More...

#include <stdint.h>
#include <glib-object.h>
#include <tensor_typedef.h>
Include dependency graph for tensor_filter_single.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GTensorFilterSingle
 Internal data structure for tensor_filter_single instances. More...
 
struct  _GTensorFilterSingleClass
 GTensorFilterSingleClass inherits GObjectClass. More...
 

Macros

#define G_TYPE_TENSOR_FILTER_SINGLE   (g_tensor_filter_single_get_type())
 
#define G_TENSOR_FILTER_SINGLE(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),G_TYPE_TENSOR_FILTER_SINGLE,GTensorFilterSingle))
 
#define G_TENSOR_FILTER_SINGLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),G_TYPE_TENSOR_FILTER_SINGLE,GTensorFilterSingleClass))
 
#define G_IS_TENSOR_FILTER_SINGLE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),G_TYPE_TENSOR_FILTER_SINGLE))
 
#define G_IS_TENSOR_FILTER_SINGLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),G_TYPE_TENSOR_FILTER_SINGLE))
 
#define G_TENSOR_FILTER_SINGLE_CAST(obj)   ((GTensorFilterSingle *)(obj))
 

Typedefs

typedef struct _GTensorFilterSingle GTensorFilterSingle
 
typedef struct _GTensorFilterSingleClass GTensorFilterSingleClass
 

Functions

GType g_tensor_filter_single_get_type (void)
 Get Type function required for gst elements. More...
 

Detailed Description

Element to use general neural network framework individually without gstreamer pipeline.

Copyright (C) 2019 Parichay kapoor pk.ka.nosp@m.poor.nosp@m.@sams.nosp@m.ung..nosp@m.com

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; version 2.1 of the License.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

Date
28 Aug 2019
See also
http://github.com/nnstreamer/nnstreamer
Author
Parichay Kapoor pk.ka.nosp@m.poor.nosp@m.@sams.nosp@m.ung..nosp@m.com
MyungJoo Ham myung.nosp@m.joo..nosp@m.ham@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file tensor_filter_single.h.

Macro Definition Documentation

◆ G_IS_TENSOR_FILTER_SINGLE

#define G_IS_TENSOR_FILTER_SINGLE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),G_TYPE_TENSOR_FILTER_SINGLE))

Definition at line 39 of file tensor_filter_single.h.

◆ G_IS_TENSOR_FILTER_SINGLE_CLASS

#define G_IS_TENSOR_FILTER_SINGLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),G_TYPE_TENSOR_FILTER_SINGLE))

Definition at line 41 of file tensor_filter_single.h.

◆ G_TENSOR_FILTER_SINGLE

#define G_TENSOR_FILTER_SINGLE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),G_TYPE_TENSOR_FILTER_SINGLE,GTensorFilterSingle))

Definition at line 35 of file tensor_filter_single.h.

◆ G_TENSOR_FILTER_SINGLE_CAST

#define G_TENSOR_FILTER_SINGLE_CAST (   obj)    ((GTensorFilterSingle *)(obj))

Definition at line 43 of file tensor_filter_single.h.

◆ G_TENSOR_FILTER_SINGLE_CLASS

#define G_TENSOR_FILTER_SINGLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),G_TYPE_TENSOR_FILTER_SINGLE,GTensorFilterSingleClass))

Definition at line 37 of file tensor_filter_single.h.

◆ G_TYPE_TENSOR_FILTER_SINGLE

#define G_TYPE_TENSOR_FILTER_SINGLE   (g_tensor_filter_single_get_type())

Definition at line 33 of file tensor_filter_single.h.

Typedef Documentation

◆ GTensorFilterSingle

Definition at line 45 of file tensor_filter_single.h.

◆ GTensorFilterSingleClass

Function Documentation

◆ g_tensor_filter_single_get_type()

GType g_tensor_filter_single_get_type ( void  )

Get Type function required for gst elements.