| 13 | } |
| 14 | |
| 15 | void CopyDataFromITensorHandle(void* memory, const armnn::ITensorHandle* tensorHandle) |
| 16 | { |
| 17 | tensorHandle->CopyOutTo(memory); |
| 18 | } |
| 19 | |
| 20 | void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory) |
| 21 | { |