|
25.02
|
#include <armnn/backends/ITensorHandle.hpp>#include <armnnTestUtils/TensorCopyUtils.hpp>#include <Half.hpp>Go to the source code of this file.
Functions | |
| void | CopyDataToITensorHandle (armnn::ITensorHandle *tensorHandle, const void *memory) |
| void | CopyDataFromITensorHandle (void *memory, const armnn::ITensorHandle *tensorHandle) |
| void | AllocateAndCopyDataToITensorHandle (armnn::ITensorHandle *tensorHandle, const void *memory) |
| void AllocateAndCopyDataToITensorHandle | ( | armnn::ITensorHandle * | tensorHandle, |
| const void * | memory | ||
| ) |
Definition at line 20 of file TensorCopyUtils.cpp.
References ITensorHandle::Allocate(), and CopyDataToITensorHandle().
| void CopyDataFromITensorHandle | ( | void * | memory, |
| const armnn::ITensorHandle * | tensorHandle | ||
| ) |
Definition at line 15 of file TensorCopyUtils.cpp.
References ITensorHandle::CopyOutTo().
| void CopyDataToITensorHandle | ( | armnn::ITensorHandle * | tensorHandle, |
| const void * | memory | ||
| ) |
Definition at line 10 of file TensorCopyUtils.cpp.
References ITensorHandle::CopyInFrom().
Referenced by AllocateAndCopyDataToITensorHandle().