/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | hexagon_plugin.cc | 33 TfLiteDelegatePtr delegate(delegate_ptr, [](TfLiteDelegate* delegate) { in Create() local 34 TfLiteHexagonDelegateDelete(delegate); in Create() 37 return delegate; in Create()
|
A D | proto_to_flatbuffer.cc | 46 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 D | nnapi_plugin.h | 40 nnapi_delegate.release(), [](TfLiteDelegate* delegate) { in Create() 41 delete static_cast<tflite::StatefulNnApiDelegate*>(delegate); in Create()
|
A D | configuration.proto | 17 // 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 D | nnapi_plugin_test.cc | 36 using delegate::nnapi::NnApiMock; 155 tflite::delegate::nnapi::kMinSdkVersionForNNAPI13; in TEST_F() 290 ->first.delegate != nullptr; in CountNnApiPartitions()
|
A D | BUILD | 178 "//tensorflow/lite/delegates/gpu:delegate",
|
A D | configuration_generated.h | 1473 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 D | common.h | 426 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 D | c_api.h | 129 TfLiteInterpreterOptions* options, TfLiteDelegate* delegate);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/c/ |
A D | nnapi_plugin.cc | 37 static void DestroyDelegate(TfLiteDelegate* delegate) { in DestroyDelegate() argument 38 delete static_cast<tflite::StatefulNnApiDelegate*>(delegate); in DestroyDelegate()
|
A D | BUILD | 16 # C API for delegate plugins.
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | README.md | 1 # GPU delegate compatibility database 3 This package provides data and code for deciding if the GPU delegate is
|
A D | database.fbs | 25 // 2) Map complete device data to delegate-specific features and support status 26 // 3) Map delegate-specific features to delegate configuration.
|
A D | BUILD | 195 "//tensorflow/lite/delegates/gpu:delegate",
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | interpreter_test_util.h | 38 Interpreter* interpreter, std::unique_ptr<Delegate> delegate) { in ModifyGraphWithDelegate() argument 39 return interpreter->ModifyGraphWithDelegate(std::move(delegate)); in ModifyGraphWithDelegate()
|
A D | interpreter.h | 496 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 D | interpreter_builder.h | 100 void AddDelegate(TfLiteDelegate* delegate);
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitmessagebox.m | 155 SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init]; 157 alert.delegate = delegate; 171 delegate.clickedIndex = &clickedindex; 177 alert.delegate = nil;
|
A D | SDL_uikitappdelegate.m | 318 /* the delegate is set in UIApplicationMain(), which is guaranteed to be 320 return [UIApplication sharedApplication].delegate; 327 * delegate */
|
A D | SDL_uikitwindow.m | 404 /* 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 D | SDL_cocoaevents.m | 453 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 D | SDL_cocoawindow.m | 115 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 D | SDLMain.m | 81 /* 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 D | test_util.h | 183 void SetDelegate(TfLiteDelegate* delegate) { delegate_ = delegate; } in SetDelegate() argument
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 206 …// see also the error-handling states in the peripheral delegate to re-open the device if it gets … 458 peripheral.delegate = self;
|