Data Structure to store shared table. More...
#include <tensor_filter_common.h>
Public Attributes | |
void * | shared_interpreter |
GList * | referred_list |
Data Structure to store shared table.
Definition at line 144 of file tensor_filter_common.h.
GList* GstTensorFilterSharedModelRepresentation::referred_list |
the referred list about the instances sharing the same key
Definition at line 146 of file tensor_filter_common.h.
void* GstTensorFilterSharedModelRepresentation::shared_interpreter |
the model representation for each sub-plugins
Definition at line 145 of file tensor_filter_common.h.