Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/
H A DClKernelLibrary.cpp1016 const auto inflatted_program_source_it = _decompressed_source_map.find(program_name); in program() local
1017 if(inflatted_program_source_it != _decompressed_source_map.end()) in program()
1019 return ClProgramInfo{ inflatted_program_source_it->second, false }; in program()