aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfParser')
-rwxr-xr-xsrc/armnnTfParser/TfParser.cpp5
-rw-r--r--src/armnnTfParser/test/DepthwiseConvolution2d.cpp10
2 files changed, 10 insertions, 5 deletions
diff --git a/src/armnnTfParser/TfParser.cpp b/src/armnnTfParser/TfParser.cpp
index 51423bf6a7..8c68659b95 100755
--- a/src/armnnTfParser/TfParser.cpp
+++ b/src/armnnTfParser/TfParser.cpp
@@ -8,10 +8,11 @@
#include <armnn/TypesUtils.hpp>
#include <armnn/Descriptors.hpp>
+#include <armnnUtils/Permute.hpp>
+#include <armnnUtils/DataLayoutIndexed.hpp>
+
#include <GraphTopologicalSort.hpp>
#include <ParserHelper.hpp>
-#include <Permute.hpp>
-#include <DataLayoutIndexed.hpp>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/text_format.h>
diff --git a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
index 464e62fc23..43a7ebc28e 100644
--- a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
+++ b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
@@ -3,13 +3,17 @@
// SPDX-License-Identifier: MIT
//
-#include <boost/test/unit_test.hpp>
-#include "armnnTfParser/ITfParser.hpp"
#include "ParserPrototxtFixture.hpp"
+
+#include "armnnTfParser/ITfParser.hpp"
+
+#include <armnnUtils/Permute.hpp>
+
+#include <boost/test/unit_test.hpp>
+
#include <string>
#include <iostream>
-#include <Permute.hpp>
using namespace armnnUtils;
using namespace armnn;