Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DMethodInfoExtensions.cs43 internal static Delegate CreateDelegate(this MethodInfo method, Type type) => in CreateDelegate() method in Google.Protobuf.Compatibility.MethodInfoExtensions
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/c/
Dgpu_plugin.cc29 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
Dnnapi_plugin.cc29 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin_test.cc114 void CreateDelegate(flatbuffers::Offset<NNAPISettings> settings) { in CreateDelegate() function in tflite::__anon670633720111::NNAPIPluginTest
275 void CreateDelegate(flatbuffers::Offset<NNAPISettings> settings, in CreateDelegate() function in tflite::__anon670633720111::NNAPIMultiOpPluginTest
/external/tensorflow/tensorflow/lite/tools/evaluation/
Devaluation_delegate_provider.cc111 TfLiteDelegatePtr DelegateProviders::CreateDelegate( in CreateDelegate() function in tflite::evaluation::DelegateProviders