Go to the documentation of this file.
27 #ifndef __GST_TENSOR_AGGREGATOR_H__
28 #define __GST_TENSOR_AGGREGATOR_H__
35 #define GST_TYPE_TENSOR_AGGREGATOR \
36 (gst_tensor_aggregator_get_type())
37 #define GST_TENSOR_AGGREGATOR(obj) \
38 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_AGGREGATOR,GstTensorAggregator))
39 #define GST_TENSOR_AGGREGATOR_CLASS(klass) \
40 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_AGGREGATOR,GstTensorAggregatorClass))
41 #define GST_IS_TENSOR_AGGREGATOR(obj) \
42 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_AGGREGATOR))
43 #define GST_IS_TENSOR_AGGREGATOR_CLASS(klass) \
44 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_AGGREGATOR))
GstTensorAggregator data structure.
GstTensorsConfig out_config
GstTensorsConfig in_config
Internal data structure for configured tensors info (for other/tensors).
GHashTable * adapter_table
GstElementClass parent_class
GType gst_tensor_aggregator_get_type(void)
Function to get type of tensor_aggregator.
Common header file for NNStreamer, the GStreamer plugin for neural networks.
gboolean tensor_configured
GstTensorAggregatorClass data structure.