aboutsummaryrefslogtreecommitdiff
path: root/include/armnnTestUtils/TensorCopyUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnnTestUtils/TensorCopyUtils.hpp')
-rw-r--r--include/armnnTestUtils/TensorCopyUtils.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/armnnTestUtils/TensorCopyUtils.hpp b/include/armnnTestUtils/TensorCopyUtils.hpp
index ae6072e46e..cc73e9c61f 100644
--- a/include/armnnTestUtils/TensorCopyUtils.hpp
+++ b/include/armnnTestUtils/TensorCopyUtils.hpp
@@ -1,12 +1,13 @@
//
-// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2017,2022 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
-#include <armnn/Tensor.hpp>
-
-#include <armnn/backends/ITensorHandle.hpp>
+namespace armnn
+{
+class ITensorHandle;
+} // namespace armnn
void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory);