MCPcopy Create free account
hub / github.com/ARM-software/armnn / CopyDataFromITensorHandle

Function CopyDataFromITensorHandle

src/armnnTestUtils/TensorCopyUtils.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

CopyOutToMethod · 0.45