aboutsummaryrefslogtreecommitdiff
path: root/src/backends/test/ActivationFixture.hpp
diff options
context:
space:
mode:
authorarovir01 <Aron.Virginas-Tar@arm.com>2018-10-09 18:04:24 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:53 +0100
commit43095f31edf103d71a8e2420b549d21fd349b49e (patch)
tree1414f25d8fadd4aa84fbed008743c4672b606b26 /src/backends/test/ActivationFixture.hpp
parent3b72db05d6f8df28728b292c8bbd27c402dc8704 (diff)
downloadarmnn-43095f31edf103d71a8e2420b549d21fd349b49e.tar.gz
IVGCVSW-1988: Refactor backend-specific unit tests
Change-Id: I8eca81d2e0780390eaa837c186ffe1c7d41fdebe
Diffstat (limited to 'src/backends/test/ActivationFixture.hpp')
-rw-r--r--src/backends/test/ActivationFixture.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backends/test/ActivationFixture.hpp b/src/backends/test/ActivationFixture.hpp
index d9d4ca7470..5028b252e1 100644
--- a/src/backends/test/ActivationFixture.hpp
+++ b/src/backends/test/ActivationFixture.hpp
@@ -7,6 +7,11 @@
#include "TensorCopyUtils.hpp"
#include "WorkloadTestUtils.hpp"
+#include <armnn/test/TensorHelpers.hpp>
+
+#include <boost/numeric/conversion/cast.hpp>
+#include <boost/multi_array.hpp>
+
struct ActivationFixture
{
ActivationFixture()