Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLKernelLibrary.cpp59 opencl::ClKernelLibrary::get().set_kernel_path(kernel_path); in init()
61 void CLKernelLibrary::set_kernel_path(const std::string &kernel_path) in set_kernel_path() function in arm_compute::CLKernelLibrary
63 opencl::ClKernelLibrary::get().set_kernel_path(kernel_path); in set_kernel_path()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/
H A DClKernelLibrary.h69 void set_kernel_path(std::string kernel_path);
H A DClKernelLibrary.cpp1001 void ClKernelLibrary::set_kernel_path(std::string kernel_path) in set_kernel_path() function in arm_compute::opencl::ClKernelLibrary
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/
H A DCLKernelLibrary.h65 void set_kernel_path(const std::string &kernel_path);
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h901 void set_kernel_path(const std::string& kernel_path);
Dcuttlefish_config_instance.cpp422 void CuttlefishConfig::MutableInstanceSpecific::set_kernel_path( in set_kernel_path() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc968 instance.set_kernel_path(cur_kernel_path); in DiskImageFlagsVectorization()