Searched refs:tflite_plugin_create_delegate (Results 1 – 10 of 10) sorted by relevance
234 TfLiteDelegate *(*tflite_plugin_create_delegate)(char **options_keys, variable250 tflite_plugin_create_delegate = reinterpret_cast<TfLiteDelegate *(*)(char **options_keys, in load_delegate()255 assert(tflite_plugin_create_delegate); in load_delegate()272 delegate = tflite_plugin_create_delegate(NULL, NULL, 0, NULL); in run_model()
83 self._library.tflite_plugin_create_delegate.argtypes = [88 self._library.tflite_plugin_create_delegate.restype = ctypes.c_void_p109 self._delegate_ptr = self._library.tflite_plugin_create_delegate(
55 …rm NN. A full description can be found in the parameters of function tflite_plugin_create_delegate.80 … pass to the Arm NN delegate please check the parameters of function tflite_plugin_create_delegate.
103 … pass to the Arm NN delegate please check the parameters of function tflite_plugin_create_delegate.
36 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() function
35 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() function
423 TfLiteDelegate *tflite_plugin_create_delegate(char **options_keys,430 __attribute__((visibility("default"))) TfLiteDelegate *tflite_plugin_create_delegate(char **options… in tflite_plugin_create_delegate() function
91 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate( in tflite_plugin_create_delegate() function
13 TfLiteDelegate* tflite_plugin_create_delegate(
470 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate(