aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_new/CPP/ConvolutionLayer.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-08-08 16:20:45 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit82e70a12dc3bf8309c43620c08a2c4ff05a6d13e (patch)
tree427dc4b41fd61c40bbf2bc0853d0fa05f7d83675 /tests/validation_new/CPP/ConvolutionLayer.h
parentadfccb872f0970f95ee594e1fc0dd6c40554abe7 (diff)
downloadComputeLibrary-82e70a12dc3bf8309c43620c08a2c4ff05a6d13e.tar.gz
COMPMID-415: Improve SimpleTensor and RawTensor
Change-Id: I7a5f970b3c04b925682fd9f0ece3254478dc96f7 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83343 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/validation_new/CPP/ConvolutionLayer.h')
-rw-r--r--tests/validation_new/CPP/ConvolutionLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation_new/CPP/ConvolutionLayer.h b/tests/validation_new/CPP/ConvolutionLayer.h
index fd46567910..a7c9e086a4 100644
--- a/tests/validation_new/CPP/ConvolutionLayer.h
+++ b/tests/validation_new/CPP/ConvolutionLayer.h
@@ -24,8 +24,8 @@
#ifndef __ARM_COMPUTE_TEST_CONVOLUTION_LAYER_H__
#define __ARM_COMPUTE_TEST_CONVOLUTION_LAYER_H__
+#include "tests/SimpleTensor.h"
#include "tests/validation_new/Helpers.h"
-#include "tests/validation_new/SimpleTensor.h"
namespace arm_compute
{