Home
last modified time | relevance | path

Searched defs:clError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/cl/
H A DClContextControl.cpp54 catch (const cl::Error& clError) in ClContextControl() local
80 catch (const cl::Error& clError) in ~ClContextControl() local
152 catch (const cl::Error& clError) in DoLoadOpenClRuntime() local
H A DClWorkloadFactory.cpp116 catch (const cl::Error& clError) in MakeWorkload() local
131 catch (const cl::Error& clError) in MakeWorkload() local
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClWorkloadUtils.hpp152 inline RuntimeException WrapClError(const cl::Error& clError, const CheckLocation& location) in WrapClError()