Go to the documentation of this file.
16 #ifndef __GST_TENSOR_DEBUG_H__
17 #define __GST_TENSOR_DEBUG_H__
24 #include <gst/base/gstbasetransform.h>
29 #define GST_TYPE_TENSOR_DEBUG \
30 (gst_tensor_debug_get_type())
31 #define GST_TENSOR_DEBUG(obj) \
32 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_DEBUG,GstTensorDebug))
33 #define GST_TENSOR_DEBUG_CLASS(klass) \
34 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_DEBUG,GstTensorDebugClass))
35 #define GST_IS_TENSOR_DEBUG(obj) \
36 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_DEBUG))
37 #define GST_IS_TENSOR_DEBUG_CLASS(klass) \
38 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_DEBUG))
39 #define GST_TENSOR_DEBUG_CAST(obj) ((GstTensorDebug *)(obj))
@ TDBG_OUTPUT_CIRCULARBUF
tdbg_meta_mode
Property "META" specification.
Internal data structure for tensor_debug instances.
tdbg_output_mode output_mode
GType gst_tensor_debug_get_type(void)
Get Type function required for gst elements.
tdbg_output_mode
Property "OUTPUT" specification.
Common header file for NNStreamer, the GStreamer plugin for neural networks.
GstTensorDebugClass data structure.
GstBaseTransformClass parent_class
tdbg_cap_mode
Property "CAP" specification.