/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | nnapi_plugin_test.cc | 88 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/ |
D | ReflectionUtil.cs | 174 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/ |
D | ReflectionUtil.cs | 174 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/ |
D | ReflectionUtil.cs | 174 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/ |
D | MethodInfoExtensions.cs | 43 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/ |
D | MethodInfoExtensions.cs | 43 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/ |
D | MethodInfoExtensions.cs | 43 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/ |
D | xnnpack_plugin.cc | 28 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function 46 CreateDelegate,
|
D | gpu_plugin.cc | 34 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function 58 CreateDelegate,
|
D | nnapi_plugin.cc | 29 static TfLiteDelegate* CreateDelegate(const void* settings) { in CreateDelegate() function 54 CreateDelegate,
|
/external/tensorflow/tensorflow/lite/tools/evaluation/ |
D | evaluation_delegate_provider.h | 57 TfLiteDelegatePtr CreateDelegate(const std::string& name) const;
|
D | evaluation_delegate_provider.cc | 120 TfLiteDelegatePtr DelegateProviders::CreateDelegate( in CreateDelegate() function in tflite::evaluation::DelegateProviders
|
/external/cronet/tot/base/task/sequence_manager/ |
D | sequence_manager_perftest.cc | 528 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/ |
D | sequence_manager_perftest.cc | 528 void SetUp() override { delegate_ = CreateDelegate(); } in SetUp() 532 std::unique_ptr<PerfTestDelegate> CreateDelegate() { in CreateDelegate() function in base::sequence_manager::SequenceManagerPerfTest
|