Home
last modified time | relevance | path

Searched defs:TfLiteDelegate (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dcommon.h1070 typedef struct TfLiteDelegate { struct
1082 struct TfLiteDelegate* delegate); argument
1089 struct TfLiteDelegate* delegate, argument
1096 struct TfLiteDelegate* delegate, argument
1105 struct TfLiteDelegate* delegate, argument
1113 // invoking 'Prepare' via the function pointer inside the 'TfLiteDelegate' argument
1120 } TfLiteDelegate; typedef
H A Dc_api_types.h144 typedef struct TfLiteDelegate TfLiteDelegate; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.h973 typedef struct TfLiteDelegate { struct
985 struct TfLiteDelegate* delegate); argument
992 struct TfLiteDelegate* delegate, argument
999 struct TfLiteDelegate* delegate, argument
1008 struct TfLiteDelegate* delegate, argument
1013 } TfLiteDelegate; typedef
H A Dc_api.h86 typedef struct TfLiteDelegate TfLiteDelegate; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/
H A Devaluation_delegate_provider.cc77 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in CreateTfLiteDelegate() argument
84 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in CreateTfLiteDelegate() argument
124 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in CreateDelegate() argument
H A Dutils.cc104 [](TfLiteDelegate*) {}); in CreateNNAPIDelegate() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dnnapi_plugin_test.cc67 NNAPIPluginTest() : delegate_(nullptr, [](TfLiteDelegate*) {}) {} in NNAPIPluginTest() argument
272 NNAPIMultiOpPluginTest() : delegate_(nullptr, [](TfLiteDelegate*) {}) {} in __anonbab52b7c0902() argument
H A Dhexagon_plugin.cc42 int GetDelegateErrno(TfLiteDelegate* /* from_delegate */) override { in GetDelegateErrno() argument
H A Dcoreml_plugin.cc37 int GetDelegateErrno(TfLiteDelegate* /* from_delegate */) override { in GetDelegateErrno() argument
H A Dgpu_plugin.cc123 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in Create() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dtflite_with_xnnpack_optional.cc45 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in AcquireXNNPACKDelegate() argument
H A Dinterpreter_builder.cc211 return Interpreter::TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in AcquireFlexDelegate() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Dmetal_delegate.h30 typedef struct TfLiteDelegate TfLiteDelegate; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
H A Ddummy_delegate_provider.cc61 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in CreateTfLiteDelegate() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/
H A Ddelegate_provider.cc25 return TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in CreateNullDelegate() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_disabled.cc48 TfLiteDelegate* /* delegate */) { in DoPrepare() argument