7 #include <armnnTestUtils/TensorCopyUtils.hpp>
void CopyDataFromITensorHandle(void *memory, const armnn::ITensorHandle *tensorHandle)
void CopyDataToITensorHandle(armnn::ITensorHandle *tensorHandle, const void *memory)
void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle *tensorHandle, const void *memory)
virtual void CopyOutTo(void *memory) const =0
Testing support to be able to verify and set tensor data content.
virtual void Allocate()=0
Indicate to the memory manager that this resource is no longer active.
virtual void CopyInFrom(const void *memory)=0