Home
last modified time | relevance | path

Searched refs:wait_type (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc144 TFLGpuDelegateWaitType wait_type = TFLGpuDelegateWaitTypePassive; in CreateTfLiteDelegate()
146 wait_type = TFLGpuDelegateWaitTypePassive; in CreateTfLiteDelegate()
148 wait_type = TFLGpuDelegateWaitTypeActive; in CreateTfLiteDelegate()
150 wait_type = TFLGpuDelegateWaitTypeDoNotWait; in CreateTfLiteDelegate()
152 wait_type = TFLGpuDelegateWaitTypeAggressive; in CreateTfLiteDelegate()
154 gpu_opts.wait_type = wait_type; in CreateTfLiteDelegate()
DREADME.md57 Which GPU wait_type option to use. Should be one of the following: passive,
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m65 cOptions.wait_type = TFLGpuDelegateWaitTypeDoNotWait;
68 cOptions.wait_type = TFLGpuDelegateWaitTypePassive;
71 cOptions.wait_type = TFLGpuDelegateWaitTypeActive;
74 cOptions.wait_type = TFLGpuDelegateWaitTypeAggressive;
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h48 TFLGpuDelegateWaitType wait_type; member
Dmetal_delegate.mm183 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive) {
449 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive)
459 (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeActive ||
460 options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive);
512 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeActive) {
518 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeActive) {
524 } else if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive) {
527 } else if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive) {
721 .wait_type = TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive,
DREADME.md125 .wait_type = TFLGpuDelegateWaitTypePassive,
136 performs FP16 calculation internally, and set `wait_type` to
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift37 delegateOptions.wait_type = options.waitType.cWaitType
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm421 options.wait_type = GpuDelegateOptions::WaitType::kActive;
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md282 .wait_type = TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive,
/external/rust/crates/libc/src/
Dpsp.rs1580 pub wait_type: i32,
1594 pub wait_type: i32,