Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefTensorHandle.cpp10 RefTensorHandle::RefTensorHandle(const TensorInfo &tensorInfo, std::shared_ptr<RefMemoryManager> &m… in RefTensorHandle() function in armnn::RefTensorHandle
20 RefTensorHandle::RefTensorHandle(const TensorInfo& tensorInfo) in RefTensorHandle() function in armnn::RefTensorHandle
H A DRefTensorHandle.hpp15 class RefTensorHandle : public ITensorHandle class