Go to the documentation of this file.
69 #ifdef _ENABLE_SRC_IIO
74 #if defined(ENABLE_NNSTREAMER_EDGE)
80 #define NNSTREAMER_INIT(plugin,name,type) \
82 if (!gst_element_register (plugin, "tensor_" # name, GST_RANK_NONE, GST_TYPE_TENSOR_
83 GST_ERROR ("Failed to register nnstreamer plugin : tensor_" # name); \
92 gst_nnstreamer_init (GstPlugin * plugin)
113 #if defined(ENABLE_NNSTREAMER_EDGE)
118 #ifdef _ENABLE_SRC_IIO
125 #define PACKAGE "nnstreamer"
131 "NNStreamer plugin library allows neural networks in GStreamer pipelines. Use nnstreamer-check utility for more information of the current NNStreamer installation.",
132 gst_nnstreamer_init, VERSION,
"LGPL",
"nnstreamer",
133 "https://github.com/nnstreamer/nnstreamer");
GStreamer plugin to aggregate tensor stream.
GStreamer plugin to adjust tensor rate.
GStreamer plugin to handle tensor query_server src.
GStreamer plugin to merge tensors (as a filter for other general neural network filters)
GStreamer plugin to help debug tensor streams.
GStreamer plugin to convert tensors to media types.
GStreamer plugin to use general neural network frameworks as filters.
GStreamer plugin to demux tensors (as a filter for other general neural network filters)
GStreamer element to decode sparse tensors into dense tensors.
GStreamer plugin to split tensor (as a filter for other general neural network filters)
GStreamer plugin to handle tensor query client.
GStreamer plugin to handle tensor query_server sink.
GStreamer plugin to mux tensors (as a filter for other general neural network filters)
GStreamer plugin to handle tensor stream.
GStreamer plugin to support linux IIO as tensor(s)
GStreamer plugin to handle tensor repository.
GST_PLUGIN_DEFINE(GST_VERSION_MAJOR, GST_VERSION_MINOR, nnstreamer, "NNStreamer plugin library allows neural networks in GStreamer pipelines. Use nnstreamer-check utility for more information of the current NNStreamer installation.", gst_nnstreamer_init, VERSION, "LGPL", "nnstreamer", "https://github.com/nnstreamer/nnstreamer")
GStreamer plugin to handle tensor repository.
GStreamer plugin to convert media types to tensors (as a filter for other general neural network filt...
GStreamer element to crop the regions of incoming tensor.
GStreamer plugin to train tensor data using NN Frameworks.
GStreamer plugin to control flow based on tensor values.
#define NNSTREAMER_INIT(plugin, name, type)
GStreamer element to encode sparse tensors into dense tensors.