Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dhexagon_plugin.cc33 TfLiteDelegatePtr delegate(delegate_ptr, [](TfLiteDelegate* delegate) { in Create() local
34 TfLiteHexagonDelegateDelete(delegate); in Create()
37 return delegate; in Create()
A Dproto_to_flatbuffer.cc46 Delegate ConvertDelegate(proto::Delegate delegate) { in ConvertDelegate() argument
47 switch (delegate) { in ConvertDelegate()
64 delegate); in ConvertDelegate()
273 *builder, ConvertDelegate(settings.delegate()), in ConvertTfliteSettings()
A Dnnapi_plugin.h40 nnapi_delegate.release(), [](TfLiteDelegate* delegate) { in Create()
41 delete static_cast<tflite::StatefulNnApiDelegate*>(delegate); in Create()
A Dconfiguration.proto17 // in benchmarking tools and to decouple delegate instantiation from code.
92 // NNAPI delegate settings.
144 // would significantly reduce overhead especially if the same delegate
163 // https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/gpu/delegate.h
271 // Coral Dev Board / USB accelerator delegate settings.
308 // Which delegate to use.
309 optional Delegate delegate = 1; field
311 // How to configure the chosen delegate.
385 // error (e.g., failure in a delegate), or a crash.
424 // Which delegate the error comes from (or NONE, if it comes from the tflite
A Dnnapi_plugin_test.cc36 using delegate::nnapi::NnApiMock;
155 tflite::delegate::nnapi::kMinSdkVersionForNNAPI13; in TEST_F()
290 ->first.delegate != nullptr; in CountNnApiPartitions()
A DBUILD178 "//tensorflow/lite/delegates/gpu:delegate",
A Dconfiguration_generated.h1473 tflite::Delegate delegate; member
1484 : delegate(tflite::Delegate_NONE), in TFLiteSettingsT()
1503 tflite::Delegate delegate() const { in delegate() function
1563 void add_delegate(tflite::Delegate delegate) { in add_delegate()
1564 fbb_.AddElement<int32_t>(TFLiteSettings::VT_DELEGATE, static_cast<int32_t>(delegate), 0); in add_delegate()
1607 tflite::Delegate delegate = tflite::Delegate_NONE,
1627 builder_.add_delegate(delegate);
2682 (lhs.delegate == rhs.delegate) &&
2708 { auto _e = delegate(); _o->delegate = _e; } in UnPackTo()
2728 auto _delegate = _o->delegate; in CreateTFLiteSettings()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h426 struct TfLiteDelegate* delegate; member
492 struct TfLiteDelegate* delegate; member
630 struct TfLiteDelegate* delegate; member
710 const TfLiteIntArray* nodes_to_replace, struct TfLiteDelegate* delegate);
915 struct TfLiteDelegate* delegate);
922 struct TfLiteDelegate* delegate,
929 struct TfLiteDelegate* delegate,
938 struct TfLiteDelegate* delegate,
A Dc_api.h129 TfLiteInterpreterOptions* options, TfLiteDelegate* delegate);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/c/
A Dnnapi_plugin.cc37 static void DestroyDelegate(TfLiteDelegate* delegate) { in DestroyDelegate() argument
38 delete static_cast<tflite::StatefulNnApiDelegate*>(delegate); in DestroyDelegate()
A DBUILD16 # C API for delegate plugins.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A DREADME.md1 # GPU delegate compatibility database
3 This package provides data and code for deciding if the GPU delegate is
A Ddatabase.fbs25 // 2) Map complete device data to delegate-specific features and support status
26 // 3) Map delegate-specific features to delegate configuration.
A DBUILD195 "//tensorflow/lite/delegates/gpu:delegate",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dinterpreter_test_util.h38 Interpreter* interpreter, std::unique_ptr<Delegate> delegate) { in ModifyGraphWithDelegate() argument
39 return interpreter->ModifyGraphWithDelegate(std::move(delegate)); in ModifyGraphWithDelegate()
A Dinterpreter.h496 TfLiteStatus ModifyGraphWithDelegate(TfLiteDelegate* delegate);
507 std::unique_ptr<Delegate, Deleter> delegate) { in ModifyGraphWithDelegate() argument
508 Deleter deleter = std::move(delegate.get_deleter()); in ModifyGraphWithDelegate()
513 delegate.release(), [deleter](TfLiteDelegate* delegate_to_delete) { in ModifyGraphWithDelegate()
525 std::unique_ptr<TfLiteDelegate> delegate) = delete;
545 TfLiteDelegate* delegate);
552 TfLiteDelegate** delegate);
A Dinterpreter_builder.h100 void AddDelegate(TfLiteDelegate* delegate);
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmessagebox.m155 SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init];
157 alert.delegate = delegate;
171 delegate.clickedIndex = &clickedindex;
177 alert.delegate = nil;
A DSDL_uikitappdelegate.m318 /* the delegate is set in UIApplicationMain(), which is guaranteed to be
320 return [UIApplication sharedApplication].delegate;
327 * delegate */
A DSDL_uikitwindow.m404 /* Get all possible valid orientations. If the app delegate doesn't tell
406 …if ([app.delegate respondsToSelector:@selector(application:supportedInterfaceOrientationsForWindow…
407 …validOrientations = [app.delegate application:app supportedInterfaceOrientationsForWindow:data.uiw…
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaevents.m453 if ([NSApp delegate]) {
454 /* The SDL app delegate calls this in didFinishLaunching if it's
463 /* If someone else has an app delegate, it means we can't turn a
466 if (![NSApp delegate]) {
A DSDL_cocoawindow.m115 id delegate = [self delegate];
116 if (![delegate isKindOfClass:[Cocoa_WindowListener class]]) {
120 if ([delegate isMoving]) {
121 [delegate windowDidFinishMoving];
335 if ([window delegate] != nil) {
354 /* Haven't found a delegate / notification that triggers when the window is
466 if ([window delegate] != self) {
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/
A DSDLMain.m81 /* The main class of the application, the application's delegate */
223 /* Create SDLMain and make it the app delegate */
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dtest_util.h183 void SetDelegate(TfLiteDelegate* delegate) { delegate_ = delegate; } in SetDelegate() argument
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m206 …// see also the error-handling states in the peripheral delegate to re-open the device if it gets …
458 peripheral.delegate = self;

Completed in 41 milliseconds

12