From b6c8d24042616341c1fbca6e255a69561c73fedf Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 18 Jul 2017 13:42:54 +0100 Subject: COMPMID-415: Use templates for data arguments Change-Id: I815d705e7cf42022f7a203935dcaaa333a2801fe Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80311 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/fixtures_new/PoolingLayerFixture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fixtures_new/PoolingLayerFixture.h') diff --git a/tests/fixtures_new/PoolingLayerFixture.h b/tests/fixtures_new/PoolingLayerFixture.h index a09b421ad0..fc9c90ae3c 100644 --- a/tests/fixtures_new/PoolingLayerFixture.h +++ b/tests/fixtures_new/PoolingLayerFixture.h @@ -39,6 +39,7 @@ template class PoolingLayerFixture : public framework::Fixture { public: + template void setup(TensorShape src_shape, TensorShape dst_shape, PoolingLayerInfo info, DataType data_type, int batches) { // Set batched in source and destination shapes -- cgit v1.2.1