Home
last modified time | relevance | path

Searched refs:CreateDelegate (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin_test.cc88 CreateDelegate(CreateNNAPISettings(fbb_, 0, 0, 0, input)); in CheckExecutionPreference()
105 CreateDelegate(CreateNNAPISettings(fbb_, 0, 0, 0, in CheckExecutionPriority()
116 void CreateDelegate(flatbuffers::Offset<NNAPISettings> nnapi_settings) { in CreateDelegate() function in tflite::__anondd9e45fc0111::NNAPIPluginTest
142 CreateDelegate(CreateNNAPISettings(fbb_, fbb_.CreateString("foo"))); in TEST_F()
148 CreateDelegate(CreateNNAPISettings(fbb_, fbb_.CreateString("test-device"))); in TEST_F()
185 CreateDelegate(CreateNNAPISettings(fbb_, 0, fbb_.CreateString("d"), in TEST_F()
191 CreateDelegate(CreateNNAPISettings(fbb_, 0, 0, 0, in TEST_F()
206 CreateDelegate(CreateNNAPISettings(fbb_, 0, 0, 0, in TEST_F()
278 void CreateDelegate(flatbuffers::Offset<NNAPISettings> nnapi_settings, in CreateDelegate() function in tflite::__anondd9e45fc0111::NNAPIMultiOpPluginTest
319 CreateDelegate(CreateNNAPISettings( in TEST_F()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs174 var del = (Func<T1, int>) method.CreateDelegate(typeof(Func<T1, int>)); in CreateFuncIMessageInt32()
182 var del = (Func<T1, T2>) method.CreateDelegate(typeof(Func<T1, T2>)); in CreateFuncIMessageInt32()
189 var del = (Action<T1>) method.CreateDelegate(typeof(Action<T1>)); in CreateActionIMessage()
195 var del = (Func<T1, T2>) method.CreateDelegate(typeof(Func<T1, T2>)); in CreateFuncIMessageObject()
201 var del = (Action<T1, T2>) method.CreateDelegate(typeof(Action<T1, T2>)); in CreateActionIMessageObject()
207 var del = (Func<T1, bool>)method.CreateDelegate(typeof(Func<T1, bool>)); in CreateFuncIMessageBool()
322 …var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionS… in CreateIsInitializedCaller()
327 .CreateDelegate(typeof(Func<ExtensionSet<T1>, bool>)); in CreateIsInitializedCaller()
348 method.CreateDelegate(typeof(Func<int>)); in CheckCanConvertEnumFuncToInt32Func()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs174 var del = (Func<T1, int>) method.CreateDelegate(typeof(Func<T1, int>)); in CreateFuncIMessageInt32()
182 var del = (Func<T1, T2>) method.CreateDelegate(typeof(Func<T1, T2>)); in CreateFuncIMessageInt32()
189 var del = (Action<T1>) method.CreateDelegate(typeof(Action<T1>)); in CreateActionIMessage()
195 var del = (Func<T1, T2>) method.CreateDelegate(typeof(Func<T1, T2>)); in CreateFuncIMessageObject()
201 var del = (Action<T1, T2>) method.CreateDelegate(typeof(Action<T1, T2>)); in CreateActionIMessageObject()
207 var del = (Func<T1, bool>)method.CreateDelegate(typeof(Func<T1, bool>)); in CreateFuncIMessageBool()
322 …var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionS… in CreateIsInitializedCaller()
327 .CreateDelegate(typeof(Func<ExtensionSet<T1>, bool>)); in CreateIsInitializedCaller()
348 method.CreateDelegate(typeof(Func<int>)); in CheckCanConvertEnumFuncToInt32Func()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs174 var del = (Func<T1, int>) method.CreateDelegate(typeof(Func<T1, int>)); in CreateFuncIMessageInt32()
182 var del = (Func<T1, T2>) method.CreateDelegate(typeof(Func<T1, T2>)); in CreateFuncIMessageInt32()
189 var del = (Action<T1>) method.CreateDelegate(typeof(Action<T1>)); in CreateActionIMessage()
195 var del = (Func<T1, T2>) method.CreateDelegate(typeof(Func<T1, T2>)); in CreateFuncIMessageObject()
201 var del = (Action<T1, T2>) method.CreateDelegate(typeof(Action<T1, T2>)); in CreateActionIMessageObject()
207 var del = (Func<T1, bool>)method.CreateDelegate(typeof(Func<T1, bool>)); in CreateFuncIMessageBool()
322 …var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionS… in CreateIsInitializedCaller()
327 .CreateDelegate(typeof(Func<ExtensionSet<T1>, bool>)); in CreateIsInitializedCaller()
348 method.CreateDelegate(typeof(Func<int>)); in CheckCanConvertEnumFuncToInt32Func()
/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
44 Delegate.CreateDelegate(type, method); in CreateDelegate()
/external/cronet/tot/third_party/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
44 Delegate.CreateDelegate(type, method); in CreateDelegate()
/external/cronet/stable/third_party/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
44 Delegate.CreateDelegate(type, method); in CreateDelegate()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/c/
Dxnnpack_plugin.cc28 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
46 CreateDelegate,
Dgpu_plugin.cc34 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
58 CreateDelegate,
Dnnapi_plugin.cc29 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function
54 CreateDelegate,
/external/tensorflow/tensorflow/lite/tools/evaluation/
Devaluation_delegate_provider.h57 TfLiteDelegatePtr CreateDelegate(const std::string& name) const;
Devaluation_delegate_provider.cc120 TfLiteDelegatePtr DelegateProviders::CreateDelegate( in CreateDelegate() function in tflite::evaluation::DelegateProviders
/external/cronet/tot/base/task/sequence_manager/
Dsequence_manager_perftest.cc528 void SetUp() override { delegate_ = CreateDelegate(); } in SetUp()
532 std::unique_ptr<PerfTestDelegate> CreateDelegate() { in CreateDelegate() function in base::sequence_manager::SequenceManagerPerfTest
/external/cronet/stable/base/task/sequence_manager/
Dsequence_manager_perftest.cc528 void SetUp() override { delegate_ = CreateDelegate(); } in SetUp()
532 std::unique_ptr<PerfTestDelegate> CreateDelegate() { in CreateDelegate() function in base::sequence_manager::SequenceManagerPerfTest