Home
last modified time | relevance | path

Searched refs:ADRENO_FULL_SIMD_LINE (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base.fbs209 ADRENO_FULL_SIMD_LINE = 0,
Dserialization_base_generated.h374 ADRENO_FULL_SIMD_LINE = 0, enumerator
380 MIN = ADRENO_FULL_SIMD_LINE,
386 CompilerOptions::ADRENO_FULL_SIMD_LINE, in EnumValuesCompilerOptions()
407 if (flatbuffers::IsOutRange(e, CompilerOptions::ADRENO_FULL_SIMD_LINE, in EnumNameCompilerOptions()
2101 tflite::gpu::data::CompilerOptions::ADRENO_FULL_SIMD_LINE) {
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc256 return data::CompilerOptions::ADRENO_FULL_SIMD_LINE; in ToFB()
298 case data::CompilerOptions::ADRENO_FULL_SIMD_LINE: in ToEnum()