Doxygen Book
_GstTensorFilterFrameworkEventData Struct Reference

User data for the tensor_tilter subplugin related events. More...

#include <nnstreamer_plugin_api_filter.h>

Collaboration diagram for _GstTensorFilterFrameworkEventData:

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
 
   } 
 
}; 
 

Detailed Description

User data for the tensor_tilter subplugin related events.

Definition at line 200 of file nnstreamer_plugin_api_filter.h.

Member Data Documentation

◆ @39

union { ... }

Union of the user data for each event supported by eventHandler

◆ custom

const char* _GstTensorFilterFrameworkEventData::custom

custom option for hardware detection

Definition at line 235 of file nnstreamer_plugin_api_filter.h.

◆ custom_properties

const char* _GstTensorFilterFrameworkEventData::custom_properties

sub-plugin specific custom property values in string

Definition at line 217 of file nnstreamer_plugin_api_filter.h.

◆ data

void* _GstTensorFilterFrameworkEventData::data

The data element to be destroyed

Definition at line 206 of file nnstreamer_plugin_api_filter.h.

◆ hw

accl_hw _GstTensorFilterFrameworkEventData::hw

accelerator to check availability

Definition at line 234 of file nnstreamer_plugin_api_filter.h.

◆ hw_list

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.

◆ info

const GstTensorsInfo* _GstTensorFilterFrameworkEventData::info

The tensor info to be updated to

Definition at line 222 of file nnstreamer_plugin_api_filter.h.

◆ layout

tensors_layout _GstTensorFilterFrameworkEventData::layout

The layout of the tensor to be updated to

Definition at line 223 of file nnstreamer_plugin_api_filter.h.

◆ model_files

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.

◆ num_hw

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.

◆ num_models

int _GstTensorFilterFrameworkEventData::num_models

Updated number of the model files

Definition at line 212 of file nnstreamer_plugin_api_filter.h.


The documentation for this struct was generated from the following file: