Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/
DCLCompileContext.cpp265 std::string build_options = stringify_set(build_options_set, kernel_path) + concat_str; in generate_build_options()
275 std::string CLCompileContext::stringify_set(const StringSet &s, const std::string &kernel_path) con… in stringify_set() function in arm_compute::CLCompileContext
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DGCKernelLibrary.cpp379 const std::string build_options = stringify_set(build_options_set); in create_kernel()
549 std::string GCKernelLibrary::stringify_set(const StringSet &s) const in stringify_set() function in GCKernelLibrary
/external/ComputeLibrary/arm_compute/core/GLES_COMPUTE/
DGCKernelLibrary.h257 std::string stringify_set(const StringSet &s) const;
/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h324 std::string stringify_set(const StringSet &s, const std::string &kernel_path) const;