Home
last modified time | relevance | path

Searched refs:TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.h45 TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY = 2, enumerator
Ddelegate.cc54 case TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY: in ToPriority()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dgpu_plugin.cc41 ? TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY in GpuPlugin()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc45 case TfLiteGpuInferencePriority::TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY: in ToPriority()
158 TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY: in Prepare()
177 TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY: in Prepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/java/src/main/native/
Dgpu_delegate_jni.cc35 options.inference_priority1 = TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY; in Java_org_tensorflow_lite_gpu_GpuDelegate_createDelegate()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc115 gpu_opts.inference_priority1 = TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc129 options.inference_priority1 = TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY; in CreateGPUDelegate()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Ddelegate_testing.cc132 options.inference_priority1 = TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY; in main()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc121 s->allow_fp16 ? TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY in CreateGPUDelegate()