aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorGian Marco <gianmarco.iodice@arm.com>2017-12-07 09:26:56 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:17 +0000
commit7f0f790ae7f5dd044a5d7564492583b8df974a11 (patch)
treeb3d6b7bdb0c6efb1dc4b9547dcc0f1fbcf1b4ee3 /tests/datasets/ShapeDatasets.h
parentf2ad401d1db79373f1c6d1167ae10c94d706cce8 (diff)
downloadComputeLibrary-7f0f790ae7f5dd044a5d7564492583b8df974a11.tar.gz
COMPMID-731 - Remove padding requirements for NEGEMMLowpOutputStage
Used a left-over for loop in: - NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel - NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel in order to remove the padding requirements for AndroidNN Change-Id: I8ef529fc3d1adecf15fbe42002d99bc0030f131f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112266 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index 02a71aa7b5..c9e5510760 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -162,11 +162,11 @@ public:
: ShapeDataset("Shape",
{
// Batch size 1
- TensorShape{ 1920U, 1080U },
- TensorShape{ 640U, 480U, 2U, 3U },
- TensorShape{ 4160U, 3120U },
+ TensorShape{ 1921U, 1083U },
+ TensorShape{ 641U, 485U, 2U, 3U },
+ TensorShape{ 4159U, 3117U },
// Batch size 4
- TensorShape{ 800U, 600U, 1U, 4U },
+ TensorShape{ 799U, 595U, 1U, 4U },
})
{
}