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/GEMMFixture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fixtures_new/GEMMFixture.h') diff --git a/tests/fixtures_new/GEMMFixture.h b/tests/fixtures_new/GEMMFixture.h index cd357789e5..b23661f3e3 100644 --- a/tests/fixtures_new/GEMMFixture.h +++ b/tests/fixtures_new/GEMMFixture.h @@ -39,6 +39,7 @@ template class GEMMFixture : public framework::Fixture { public: + template void setup(TensorShape shape_a, TensorShape shape_b, TensorShape shape_c, TensorShape shape_dst, float alpha, float beta, DataType data_type) { constexpr int fixed_point_position = 4; -- cgit v1.2.1