aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/GEMMTranspose1xWFixture.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2018-08-10 16:27:11 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commitc3b2e07552eb8a56f8c5e319b9890a6bb0360202 (patch)
tree0f2f44239e6c816e2f030d171ffee5eb5efa093c /tests/validation/fixtures/GEMMTranspose1xWFixture.h
parent5a65cfd30e571bc5c24e2333e256f2a4b630f8cb (diff)
downloadComputeLibrary-c3b2e07552eb8a56f8c5e319b9890a6bb0360202.tar.gz
COMPMID-1188 Remove some FixedPoint leftovers from tests
Change-Id: I9e9b267ea58fd2339467af6f49ae76e9195cbc61 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/143682 Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/fixtures/GEMMTranspose1xWFixture.h')
-rw-r--r--tests/validation/fixtures/GEMMTranspose1xWFixture.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/validation/fixtures/GEMMTranspose1xWFixture.h b/tests/validation/fixtures/GEMMTranspose1xWFixture.h
index 48fa55e8cc..af2a3b278d 100644
--- a/tests/validation/fixtures/GEMMTranspose1xWFixture.h
+++ b/tests/validation/fixtures/GEMMTranspose1xWFixture.h
@@ -43,7 +43,7 @@ namespace test
namespace validation
{
template <typename TensorType, typename AccessorType, typename FunctionType, typename T>
-class GEMMTranspose1xWValidationFixedPointFixture : public framework::Fixture
+class GEMMTranspose1xWValidationFixture : public framework::Fixture
{
public:
template <typename...>
@@ -121,18 +121,6 @@ protected:
SimpleTensor<T> _reference{};
DataType _data_type{};
};
-
-template <typename TensorType, typename AccessorType, typename FunctionType, typename T>
-class GEMMTranspose1xWValidationFixture : public GEMMTranspose1xWValidationFixedPointFixture<TensorType, AccessorType, FunctionType, T>
-{
-public:
- template <typename...>
- void setup(size_t x, size_t y, DataType data_type)
- {
- GEMMTranspose1xWValidationFixedPointFixture<TensorType, AccessorType, FunctionType, T>::setup(x, y, data_type);
- }
-};
-
} // namespace validation
} // namespace test
} // namespace arm_compute