Home
last modified time | relevance | path

Searched refs:tflite_plugin_create_delegate (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_executor.cpp234 TfLiteDelegate *(*tflite_plugin_create_delegate)(char **options_keys, variable
250 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()
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dinterpreter.py83 self._library.tflite_plugin_create_delegate.argtypes = [
88 self._library.tflite_plugin_create_delegate.restype = ctypes.c_void_p
109 self._delegate_ptr = self._library.tflite_plugin_create_delegate(
/aosp_15_r20/external/armnn/delegate/
H A DBuildGuideNative.md55 …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.
H A DDelegateQuickStartGuide.md103 … pass to the Arm NN delegate please check the parameters of function tflite_plugin_create_delegate.
/aosp_15_r20/external/armnn/delegate/classic/src/
H A Darmnn_external_delegate.cpp36 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/testdata/
H A Dtest_delegate.cc35 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/
H A Dtfl_device.c423 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
H A Dexternal_delegate_adaptor.cc91 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate( in tflite_plugin_create_delegate() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/external/
H A DREADME.md13 TfLiteDelegate* tflite_plugin_create_delegate(
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dimplementing_delegate.md470 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate(