Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base.fbs212 CL_OPT_DISABLE = 3,
Dserialization_base_generated.h377 CL_OPT_DISABLE = 3, enumerator
389 CompilerOptions::CL_OPT_DISABLE, in EnumValuesCompilerOptions()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc262 return data::CompilerOptions::CL_OPT_DISABLE; in ToFB()
304 case data::CompilerOptions::CL_OPT_DISABLE: in ToEnum()