aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/NeonTimerTest.cpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-24 15:59:27 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:57 +0100
commit0dbe0ee25312b728d77383d11c465156e64ae757 (patch)
treeaf37a9802e3ad551e1bf63f7636508cde7a41643 /src/armnn/test/NeonTimerTest.cpp
parentb4540bef0b0327683fe8e63f727c1212800dc2a9 (diff)
downloadarmnn-0dbe0ee25312b728d77383d11c465156e64ae757.tar.gz
IVGCVSW-1899 : Neon backend folder structure
armnn:149855 Change-Id: I26e8cf83422a65049386a5ebdb6d0001627aefaa
Diffstat (limited to 'src/armnn/test/NeonTimerTest.cpp')
-rw-r--r--src/armnn/test/NeonTimerTest.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/armnn/test/NeonTimerTest.cpp b/src/armnn/test/NeonTimerTest.cpp
index 74cdabcaa9..f82924e993 100644
--- a/src/armnn/test/NeonTimerTest.cpp
+++ b/src/armnn/test/NeonTimerTest.cpp
@@ -3,19 +3,19 @@
// SPDX-License-Identifier: MIT
//
-#include "NeonTimer.hpp"
+#include <NeonTimer.hpp>
#include "TensorHelpers.hpp"
-#include "armnn/ArmNN.hpp"
-#include "armnn/Tensor.hpp"
-#include "armnn/TypesUtils.hpp"
-#include "backends/CpuTensorHandle.hpp"
-#include "backends/NeonWorkloadFactory.hpp"
-#include "backends/WorkloadInfo.hpp"
-#include "backends/WorkloadFactory.hpp"
-#include "backends/test/LayerTests.hpp"
-#include "backends/test/TensorCopyUtils.hpp"
-#include "backends/test/WorkloadTestUtils.hpp"
+#include <armnn/ArmNN.hpp>
+#include <armnn/Tensor.hpp>
+#include <armnn/TypesUtils.hpp>
+#include <backends/CpuTensorHandle.hpp>
+#include <backends/neon/NeonWorkloadFactory.hpp>
+#include <backends/WorkloadInfo.hpp>
+#include <backends/WorkloadFactory.hpp>
+#include <backends/test/LayerTests.hpp>
+#include <backends/test/TensorCopyUtils.hpp>
+#include <backends/test/WorkloadTestUtils.hpp>
#include <boost/test/unit_test.hpp>
#include <cstdlib>