Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/
DCLKernelLibrary.cpp93 void CLKernelLibrary::add_built_program(const std::string &built_program_name, const cl::Program &p… in add_built_program() function in arm_compute::CLKernelLibrary
95 _compile_context.add_built_program(built_program_name, program); in add_built_program()
DCLCompileContext.cpp306 void CLCompileContext::add_built_program(const std::string &built_program_name, const cl::Program &… in add_built_program() function in arm_compute::CLCompileContext
/external/ComputeLibrary/arm_compute/core/CL/
DCLKernelLibrary.h131 void add_built_program(const std::string &built_program_name, const cl::Program &program);
DCLCompileContext.h268 void add_built_program(const std::string &built_program_name, const cl::Program &program) const;
/external/ComputeLibrary/src/runtime/CL/
DUtils.cpp67 CLKernelLibrary::get().add_built_program(name, program); in restore_program_cache_from_file()
/external/armnn/src/backends/cl/
DClContextDeserializer.cpp113 clCompileContext.add_built_program(programName, theProgram); in DeserializeFromBinary()