aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index a5e03c737f..7d4f2b866d 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, 2018 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -261,9 +261,7 @@ public:
TensorShape{ 32U, 37U, 3U, 4U },
// Batch size 8
TensorShape{ 32U, 37U, 3U, 8U },
- TensorShape{ 33U, 35U, 8U, 8U },
- // Arbitrary batch size
- TensorShape{ 32U, 37U, 3U, 8U }
+ TensorShape{ 33U, 35U, 8U, 8U }
})
{
}