Home
last modified time | relevance | path

Searched defs:AdrenoInfo (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h110 struct AdrenoInfo { struct
116 AdrenoInfo() = default; argument
119 AdrenoGpu adreno_gpu;
148 bool support_one_layer_texture_array = true;
150 bool compiler_bugs_in_a6xx = false;
152 OpenClCompilerVersion cl_compiler_version;
Dgpu_info.cc139 AdrenoInfo::AdrenoInfo(const std::string& device_version) in AdrenoInfo() function in tflite::gpu::AdrenoInfo