User data for the tensor_tilter subplugin related events. More...
#include <nnstreamer_plugin_api_filter.h>
Public Attributes | |
union { | |
struct { | |
void * data | |
} | |
struct { | |
const char ** model_files | |
int num_models | |
} | |
struct { | |
const char * custom_properties | |
} | |
struct { | |
const GstTensorsInfo * info | |
tensors_layout layout | |
} | |
struct { | |
accl_hw * hw_list | |
int num_hw | |
} | |
struct { | |
accl_hw hw | |
const char * custom | |
} | |
}; | |
User data for the tensor_tilter subplugin related events.
Definition at line 200 of file nnstreamer_plugin_api_filter.h.
union { ... } |
Union of the user data for each event supported by eventHandler
const char* _GstTensorFilterFrameworkEventData::custom |
custom option for hardware detection
Definition at line 235 of file nnstreamer_plugin_api_filter.h.
const char* _GstTensorFilterFrameworkEventData::custom_properties |
sub-plugin specific custom property values in string
Definition at line 217 of file nnstreamer_plugin_api_filter.h.
void* _GstTensorFilterFrameworkEventData::data |
The data element to be destroyed
Definition at line 206 of file nnstreamer_plugin_api_filter.h.
accl_hw _GstTensorFilterFrameworkEventData::hw |
accelerator to check availability
Definition at line 234 of file nnstreamer_plugin_api_filter.h.
accl_hw* _GstTensorFilterFrameworkEventData::hw_list |
accelerators supported by framework intersected with the new user provided accelerator preference
Definition at line 228 of file nnstreamer_plugin_api_filter.h.
const GstTensorsInfo* _GstTensorFilterFrameworkEventData::info |
The tensor info to be updated to
Definition at line 222 of file nnstreamer_plugin_api_filter.h.
tensors_layout _GstTensorFilterFrameworkEventData::layout |
The layout of the tensor to be updated to
Definition at line 223 of file nnstreamer_plugin_api_filter.h.
const char** _GstTensorFilterFrameworkEventData::model_files |
File path to the new list of model files
Definition at line 211 of file nnstreamer_plugin_api_filter.h.
int _GstTensorFilterFrameworkEventData::num_hw |
number of hardware accelerators in the hw_list supported by the framework
Definition at line 229 of file nnstreamer_plugin_api_filter.h.
int _GstTensorFilterFrameworkEventData::num_models |
Updated number of the model files
Definition at line 212 of file nnstreamer_plugin_api_filter.h.