Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/
DCLKernelLibrary.cpp85 void CLKernelLibrary::clear_programs_cache() in clear_programs_cache() function in arm_compute::CLKernelLibrary
87 _compile_context.clear_programs_cache(); in clear_programs_cache()
DCLCompileContext.cpp311 void CLCompileContext::clear_programs_cache() in clear_programs_cache() function in arm_compute::CLCompileContext
/external/ComputeLibrary/arm_compute/core/CL/
DCLKernelLibrary.h121 void clear_programs_cache();
DCLCompileContext.h258 void clear_programs_cache();
/external/armnn/src/backends/cl/
DClContextControl.cpp116 arm_compute::CLKernelLibrary::get().clear_programs_cache(); in DoLoadOpenClRuntime()
/external/ComputeLibrary/tests/framework/
DFramework.cpp578 CLKernelLibrary::get().clear_programs_cache(); in run()