Searched refs:NETensorHandle (Results 1 – 5 of 5) sorted by relevance
35 NETensorHandle::NETensorHandle(const ITensorInfo &info) in NETensorHandle() function in arm_compute::graph::backends::NETensorHandle41 void NETensorHandle::allocate() in allocate()46 void NETensorHandle::free() in free()51 void NETensorHandle::manage(IMemoryGroup *mg) in manage()59 void NETensorHandle::map(bool blocking) in map()64 void NETensorHandle::unmap() in unmap()68 void NETensorHandle::release_if_unused() in release_if_unused()77 const arm_compute::ITensor &NETensorHandle::tensor() const in tensor()82 arm_compute::ITensor &NETensorHandle::tensor() in tensor()87 ITensorHandle *NETensorHandle::parent_handle() in parent_handle()[all …]
126 return std::make_unique<NETensorHandle>(info); in create_tensor()
38 class NETensorHandle final : public ITensorHandle45 NETensorHandle(const ITensorInfo &info);47 ~NETensorHandle() = default;49 NETensorHandle(NETensorHandle &&) = default;51 NETensorHandle &operator=(NETensorHandle &&) = default;
43 "graph/backends/NEON/NETensorHandle.cpp",
44 graph/backends/NEON/NETensorHandle.cpp