aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/ReorderFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/fixtures/ReorderFixture.h')
-rw-r--r--tests/validation/fixtures/ReorderFixture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/validation/fixtures/ReorderFixture.h b/tests/validation/fixtures/ReorderFixture.h
index bb3e3730df..36e62696bc 100644
--- a/tests/validation/fixtures/ReorderFixture.h
+++ b/tests/validation/fixtures/ReorderFixture.h
@@ -44,7 +44,6 @@ template <typename TensorType, typename AccessorType, typename FunctionType, typ
class ReorderValidationFixture : public framework::Fixture
{
public:
- template <typename...>
void setup(TensorShape input_shape, TensorShape output_shape, WeightFormat input_wf, WeightFormat output_wf, DataType data_type)
{
_target = compute_target(input_shape, output_shape, input_wf, output_wf, data_type);