aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures_new/GEMMFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures_new/GEMMFixture.h')
-rw-r--r--tests/fixtures_new/GEMMFixture.h1
1 files changed, 1 insertions, 0 deletions
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 <typename TensorType, typename Function>
class GEMMFixture : public framework::Fixture
{
public:
+ template <typename...>
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;