IVGCVSW-1946: Remove armnn/src from the include paths
[platform/upstream/armnn.git] / src / backends / backendsCommon / test / SoftmaxTestImpl.hpp
similarity index 98%
rename from src/backends/test/SoftmaxTestImpl.hpp
rename to src/backends/backendsCommon/test/SoftmaxTestImpl.hpp
index 0bca8be..1e145a1 100644 (file)
@@ -4,15 +4,16 @@
 //
 #pragma once
 
+#include "QuantizeHelper.hpp"
+
 #include <armnn/ArmNN.hpp>
 #include <armnn/Tensor.hpp>
 #include <armnn/TypesUtils.hpp>
 
-#include <test/TensorHelpers.hpp>
-#include "QuantizeHelper.hpp"
+#include <backendsCommon/CpuTensorHandle.hpp>
+#include <backendsCommon/WorkloadFactory.hpp>
 
-#include <backends/CpuTensorHandle.hpp>
-#include <backends/WorkloadFactory.hpp>
+#include <test/TensorHelpers.hpp>
 
 #include <algorithm>