Home
last modified time | relevance | path

Searched refs:TFLGpuDelegateWaitTypeAggressive (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h40 TFLGpuDelegateWaitTypeAggressive, enumerator
Dmetal_delegate.mm183 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive) {
449 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive)
460 options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive);
527 } else if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeAggressive) {
DREADME.md137 `TFLGpuDelegateWaitTypeAggressive` to avoid GPU sleep mode.
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift96 return TFLGpuDelegateWaitTypeAggressive
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m74 cOptions.wait_type = TFLGpuDelegateWaitTypeAggressive;
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc152 wait_type = TFLGpuDelegateWaitTypeAggressive; in CreateTfLiteDelegate()