Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/cl/
H A DICLTensorProxy.hpp13 class ICLTensorProxy : public arm_compute::ICLTensor class
16 ICLTensorProxy(arm_compute::ICLTensor* iclTensor) : m_DelegateTensor(iclTensor) {} in ICLTensorProxy() function in armnn::ICLTensorProxy