aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Datasets.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2017-06-13 15:19:51 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 13:03:43 +0100
commitf795986c8d4594279c277b14a33d29e48b2a4def (patch)
tree83c6c888e69fa380acaf81988f6a05d8035f627d /tests/validation/Datasets.h
parent7b06cde62a19ae0fda7bbbf0ab0bf18a88470af8 (diff)
downloadComputeLibrary-f795986c8d4594279c277b14a33d29e48b2a4def.tar.gz
COMPMID-378 NEMeanStdDev test completed.
Change-Id: I46fb77c0cb507a4c0fe3264a89dd7b2ba63c44dc Reviewed-on: http://mpd-gerrit.cambridge.arm.com/77427 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Steven Niu <steven.niu@arm.com>
Diffstat (limited to 'tests/validation/Datasets.h')
-rw-r--r--tests/validation/Datasets.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/validation/Datasets.h b/tests/validation/Datasets.h
index ae76fb6be3..ab21787f45 100644
--- a/tests/validation/Datasets.h
+++ b/tests/validation/Datasets.h
@@ -78,12 +78,24 @@ struct is_dataset<arm_compute::test::Small1DShape> : boost::mpl::true_
/// Register the data set with Boost
template <>
+struct is_dataset<arm_compute::test::Small2DShapes> : boost::mpl::true_
+{
+};
+
+/// Register the data set with Boost
+template <>
struct is_dataset<arm_compute::test::LargeShapes> : boost::mpl::true_
{
};
/// Register the data set with Boost
template <>
+struct is_dataset<arm_compute::test::Large2DShapes> : boost::mpl::true_
+{
+};
+
+/// Register the data set with Boost
+template <>
struct is_dataset<arm_compute::test::AllDataTypes> : boost::mpl::true_
{
};