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

Function CopyDataToITensorHandle

src/armnnTestUtils/TensorCopyUtils.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <Half.hpp>
9
10void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory)
11{
12 tensorHandle->CopyInFrom(memory);
13}
14
15void CopyDataFromITensorHandle(void* memory, const armnn::ITensorHandle* tensorHandle)
16{

Calls 1

CopyInFromMethod · 0.45