Go to the documentation of this file.
28 #ifndef __GST_TENSOR_TRANSFORM_H__
29 #define __GST_TENSOR_TRANSFORM_H__
36 #include <gst/base/gstbasetransform.h>
42 #define GST_TYPE_TENSOR_TRANSFORM \
43 (gst_tensor_transform_get_type())
44 #define GST_TENSOR_TRANSFORM(obj) \
45 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_TRANSFORM,GstTensorTransform))
46 #define GST_TENSOR_TRANSFORM_CLASS(klass) \
47 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_TRANSFORM,GstTensorTransformClass))
48 #define GST_IS_TENSOR_TRANSFORM(obj) \
49 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_TRANSFORM))
50 #define GST_IS_TENSOR_TRANSFORM_CLASS(klass) \
51 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_TRANSFORM))
52 #define GST_TENSOR_TRANSFORM_CAST(obj) ((GstTensorTransform *)(obj))
Internal functions to handle various tensor type and value.
Structure for tensor data.
enum _nns_tensor_type tensor_type
Possible data element types of other/tensor.
enum _nns_tensor_layout tensor_layout
Tensor layout format for other/tensor.
Internal data structure for configured tensors info (for other/tensors).
Common header file for NNStreamer, the GStreamer plugin for neural networks.
#define NNS_TENSOR_RANK_LIMIT