aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/test/TensorCopyUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/backends/test/TensorCopyUtils.hpp')
-rw-r--r--src/armnn/backends/test/TensorCopyUtils.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/armnn/backends/test/TensorCopyUtils.hpp b/src/armnn/backends/test/TensorCopyUtils.hpp
deleted file mode 100644
index 0cec839903..0000000000
--- a/src/armnn/backends/test/TensorCopyUtils.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-#pragma once
-
-#include "armnn/Tensor.hpp"
-#include "backends/ITensorHandle.hpp"
-
-void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* mem);
-
-void CopyDataFromITensorHandle(void* mem, const armnn::ITensorHandle* tensorHandle);
-
-void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* mem); \ No newline at end of file