aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/WarpPerspectiveFixture.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2017-09-27 10:07:45 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitd616cb906e6fb7eda3d1527c0ac3d630fc1c71c7 (patch)
tree13eca21fcf5b6ee2bdb2703549f1d258fbd9eae5 /tests/validation/fixtures/WarpPerspectiveFixture.h
parentdaec1aa17a27b5b10ae9bcda66cc51d708da4da9 (diff)
downloadComputeLibrary-d616cb906e6fb7eda3d1527c0ac3d630fc1c71c7.tar.gz
COMPMID-510: Cleaned up Warp tests.
Change-Id: I8e3fece5b786b5529e8f1320fb5794e43756ec4a Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89274 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/validation/fixtures/WarpPerspectiveFixture.h')
-rw-r--r--tests/validation/fixtures/WarpPerspectiveFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/fixtures/WarpPerspectiveFixture.h b/tests/validation/fixtures/WarpPerspectiveFixture.h
index a99ee4e55b..c77efbdc0d 100644
--- a/tests/validation/fixtures/WarpPerspectiveFixture.h
+++ b/tests/validation/fixtures/WarpPerspectiveFixture.h
@@ -62,7 +62,7 @@ public:
// Create the matrix
std::array<float, 9> matrix = { { 0 } };
- fill_warp_matrix<9>(matrix, 3, 3);
+ fill_warp_matrix<9>(matrix);
_target = compute_target(input_shape, vmask_shape, matrix.data(), policy, border_mode, constant_border_value, data_type);
_reference = compute_reference(input_shape, vmask_shape, matrix.data(), policy, border_mode, constant_border_value, data_type);