aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/workloads/Resize.hpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-11-28 11:35:47 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-11-29 10:30:58 +0000
commite011d20f279e6e67e899bc6930b0266fc357bc1c (patch)
tree4a190b08df3c63c4d540506491d31bee7c8dcd46 /src/backends/reference/workloads/Resize.hpp
parent2e259276fba9fa5c6c2e146de3b26e3d6c6cccc6 (diff)
downloadarmnn-e011d20f279e6e67e899bc6930b0266fc357bc1c.tar.gz
IVGCVSW-4209 Create a public API for the ArmNN Utils
* Moved the relevant armnnUtils headers to the new location: include/armnnUtils * Update the header usage throughout the source code !android-nn-driver:2387 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I2ba15cebcacafad2b5a1a7b9c3312ffc585e09d6
Diffstat (limited to 'src/backends/reference/workloads/Resize.hpp')
-rw-r--r--src/backends/reference/workloads/Resize.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backends/reference/workloads/Resize.hpp b/src/backends/reference/workloads/Resize.hpp
index 8bd8999e5d..4c357946d9 100644
--- a/src/backends/reference/workloads/Resize.hpp
+++ b/src/backends/reference/workloads/Resize.hpp
@@ -6,9 +6,10 @@
#pragma once
#include "BaseIterator.hpp"
+
#include <armnn/Tensor.hpp>
-#include <DataLayoutIndexed.hpp>
+#include <armnnUtils/DataLayoutIndexed.hpp>
namespace armnn
{
@@ -20,4 +21,4 @@ void Resize(Decoder<float>& in,
armnnUtils::DataLayoutIndexed dataLayout = DataLayout::NCHW,
ResizeMethod resizeMethod = ResizeMethod::NearestNeighbor);
-} //namespace armnn
+} // namespace armnn