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/FullyConnectedLayerFixture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fixtures_new/FullyConnectedLayerFixture.h') diff --git a/tests/fixtures_new/FullyConnectedLayerFixture.h b/tests/fixtures_new/FullyConnectedLayerFixture.h index 9bf18a9689..82ecb39b9c 100644 --- a/tests/fixtures_new/FullyConnectedLayerFixture.h +++ b/tests/fixtures_new/FullyConnectedLayerFixture.h @@ -39,6 +39,7 @@ template class FullyConnectedLayerFixture : public framework::Fixture { public: + template void setup(TensorShape src_shape, TensorShape weights_shape, TensorShape biases_shape, TensorShape dst_shape, DataType data_type, int batches) { // Set batched in source and destination shapes -- cgit v1.2.1