Home
last modified time | relevance | path

Searched refs:TFLGpuDelegateWaitType (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h41 } TFLGpuDelegateWaitType; typedef
48 TFLGpuDelegateWaitType wait_type;
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,
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift87 var cWaitType: TFLGpuDelegateWaitType {
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc144 TFLGpuDelegateWaitType wait_type = TFLGpuDelegateWaitTypePassive; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md282 .wait_type = TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive,