TFLITE_GPU_INFERENCE_PRIORITY_AUTO constant

int const TFLITE_GPU_INFERENCE_PRIORITY_AUTO

AUTO priority is needed when a single priority is the most important factor. For example, priority1 = MIN_LATENCY would result in the configuration that achieves maximum performance.

Implementation

static const int TFLITE_GPU_INFERENCE_PRIORITY_AUTO = 0;