Home
last modified time | relevance | path

Searched refs:TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.h58 TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY = 1 << 2 enumerator
Ddelegate.cc139 } else if (experimental_flags & TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY) { in Prepare()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dgpu_plugin.cc50 options_.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY; in GpuPlugin()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc129 gpu_opts.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY; in CreateTfLiteDelegate()