Home
last modified time | relevance | path

Searched defs:cl_device (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/
H A DCLDevice.h56 CLDevice(const cl::Device &cl_device) in CLDevice()
112 const cl::Device &cl_device() const in cl_device() function
/aosp_15_r20/external/executorch/backends/vulkan/tools/gpuinfo/include/
H A Dapp.h40 auto cl_device = get_cl_device(); in App() local