Go to the documentation of this file.
13 #ifndef __NNSTREAMER_INTERNAL_H__
14 #define __NNSTREAMER_INTERNAL_H__
accl_hw
acceleration hw properties.
gchar * gst_tensor_filter_detect_framework(const gchar *const *model_files, const guint num_models, const gboolean load_conf)
Get neural network framework name from given model file. This does not guarantee the framework is ava...
gboolean gst_tensor_filter_check_hw_availability(const gchar *name, const accl_hw hw, const char *custom)
Check if the given hw is supported by the framework.
Mandatory APIs for NNStreamer Filter sub-plugins (No External Dependencies)
gboolean nnsconf_get_custom_value_bool(const gchar *group, const gchar *key, gboolean def)
Get the custom configuration value from .ini and envvar. @detail For predefined configurations define...
G_BEGIN_DECLS gchar * nnsconf_get_custom_value_string(const gchar *group, const gchar *key)
Get the custom configuration value from .ini and envvar. @detail For predefined configurations define...