Home
last modified time | relevance | path

Searched refs:TFLGpuDelegateWaitTypePassive (Results 1 – 7 of 7) 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()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h32 TFLGpuDelegateWaitTypePassive, enumerator
DREADME.md125 .wait_type = TFLGpuDelegateWaitTypePassive,
Dmetal_delegate.mm524 } else if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive) {
721 .wait_type = TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive,
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift92 return TFLGpuDelegateWaitTypePassive
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m68 cOptions.wait_type = TFLGpuDelegateWaitTypePassive;
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md282 .wait_type = TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive,