Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h35 TFLGpuDelegateWaitTypeActive, enumerator
Dmetal_delegate.mm459 (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeActive ||
512 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeActive) {
518 if (options_.wait_type == TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypeActive) {
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift94 return TFLGpuDelegateWaitTypeActive
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m71 cOptions.wait_type = TFLGpuDelegateWaitTypeActive;
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc148 wait_type = TFLGpuDelegateWaitTypeActive; in CreateTfLiteDelegate()