Home
last modified time | relevance | path

Searched defs:CreateDelegate (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dnnapi_plugin_test.cc116 void CreateDelegate(flatbuffers::Offset<NNAPISettings> nnapi_settings) { in CreateDelegate() function in tflite::__anonbab52b7c0111::NNAPIPluginTest
278 void CreateDelegate(flatbuffers::Offset<NNAPISettings> nnapi_settings, in CreateDelegate() function in tflite::__anonbab52b7c0111::NNAPIMultiOpPluginTest
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DMethodInfoExtensions.cs43 internal static Delegate CreateDelegate(this MethodInfo method, Type type) => in CreateDelegate() method in Google.Protobuf.Compatibility.MethodInfoExtensions
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DMethodInfoExtensions.cs43 internal static Delegate CreateDelegate(this MethodInfo method, Type type) => in CreateDelegate() method in Google.Protobuf.Compatibility.MethodInfoExtensions
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/c/
H A Dgpu_plugin.cc34 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
H A Dxnnpack_plugin.cc28 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
H A Dnnapi_plugin.cc29 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/
H A Devaluation_delegate_provider.cc120 TfLiteDelegatePtr DelegateProviders::CreateDelegate( in CreateDelegate() function in tflite::evaluation::DelegateProviders
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dsequence_manager_perftest.cc532 std::unique_ptr<PerfTestDelegate> CreateDelegate() { in CreateDelegate() function in base::sequence_manager::SequenceManagerPerfTest