aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures_new/ConvolutionLayerFixture.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-18 13:42:54 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitb6c8d24042616341c1fbca6e255a69561c73fedf (patch)
treef959d732981d4230d6491d8636afe3f31d64e798 /tests/fixtures_new/ConvolutionLayerFixture.h
parentfce87954ac2373e910ccb0d83a00f5958ba41e71 (diff)
downloadComputeLibrary-b6c8d24042616341c1fbca6e255a69561c73fedf.tar.gz
COMPMID-415: Use templates for data arguments
Change-Id: I815d705e7cf42022f7a203935dcaaa333a2801fe Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80311 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/fixtures_new/ConvolutionLayerFixture.h')
-rw-r--r--tests/fixtures_new/ConvolutionLayerFixture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures_new/ConvolutionLayerFixture.h b/tests/fixtures_new/ConvolutionLayerFixture.h
index 65426103e2..f41cd1d25e 100644
--- a/tests/fixtures_new/ConvolutionLayerFixture.h
+++ b/tests/fixtures_new/ConvolutionLayerFixture.h
@@ -39,6 +39,7 @@ template <typename TensorType, typename Function, typename Accessor>
class ConvolutionLayerFixture : public framework::Fixture
{
public:
+ template <typename...>
void setup(TensorShape src_shape, TensorShape weights_shape, TensorShape biases_shape, TensorShape dst_shape, PadStrideInfo info, DataType data_type, int batches)
{
// Set batched in source and destination shapes