Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/CL/UNIT/
DCompileContext.cpp48 … ARM_COMPUTE_EXPECT(compile_context.get_built_programs().size() == 0, framework::LogLevel::ERRORS); in TEST_SUITE()
63 … ARM_COMPUTE_EXPECT(compile_context.get_built_programs().size() == 1, framework::LogLevel::ERRORS); in TEST_SUITE()
67 … ARM_COMPUTE_EXPECT(compile_context.get_built_programs().size() == 1, framework::LogLevel::ERRORS); in TEST_SUITE()
/external/ComputeLibrary/src/core/CL/
DCLKernelLibrary.cpp89 const std::map<std::string, cl::Program> &CLKernelLibrary::get_built_programs() const in get_built_programs() function in arm_compute::CLKernelLibrary
91 return _compile_context.get_built_programs(); in get_built_programs()
DCLCompileContext.cpp317 const std::map<std::string, cl::Program> &CLCompileContext::get_built_programs() const in get_built_programs() function in arm_compute::CLCompileContext
/external/ComputeLibrary/tests/framework/instruments/
DOpenCLMemoryUsage.cpp193 size_t num_programs = CLKernelLibrary::get().get_built_programs().size(); in test_measurements()
195 for(auto const &it : CLKernelLibrary::get().get_built_programs()) in test_measurements()
/external/armnn/src/backends/cl/
DClContextSerializer.cpp26 std::map<std::string, cl::Program> builtProgramsMap = clCompileContext.get_built_programs(); in Serialize()
/external/ComputeLibrary/arm_compute/core/CL/
DCLKernelLibrary.h124 const std::map<std::string, cl::Program> &get_built_programs() const;
DCLCompileContext.h261 const std::map<std::string, cl::Program> &get_built_programs() const;
/external/ComputeLibrary/src/runtime/CL/
DUtils.cpp80 for(const auto &it : CLKernelLibrary::get().get_built_programs()) in save_program_cache_to_file()
/external/armnn/src/backends/cl/test/
DClCreateWorkloadTests.cpp477 CHECK(clCompileContext.get_built_programs().empty());
485 CHECK(!clCompileContext.get_built_programs().empty());