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.h97 struct AdrenoInfo { struct
101 AdrenoGpu adreno_gpu;
127 bool support_one_layer_texture_array = true;
129 bool compiler_bugs_in_a6xx = false;
Dgpu_info.cc129 AdrenoInfo::AdrenoInfo(const std::string& device_version) in AdrenoInfo() function in tflite::gpu::AdrenoInfo