Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py82 self._library.tflite_plugin_create_delegate.argtypes = [
87 self._library.tflite_plugin_create_delegate.restype = ctypes.c_void_p
108 self._delegate_ptr = self._library.tflite_plugin_create_delegate(
/external/tensorflow/tensorflow/lite/python/testdata/
Dtest_delegate.cc35 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() function
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
Dexternal_delegate_adaptor.cc91 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate( in tflite_plugin_create_delegate() function
/external/tensorflow/tensorflow/lite/delegates/external/
DREADME.md13 TfLiteDelegate* tflite_plugin_create_delegate(
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dimplementing_delegate.md470 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate(