aboutsummaryrefslogtreecommitdiff
path: root/tests/dataset
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dataset')
-rw-r--r--tests/dataset/ActivationFunctionDataset.h4
-rw-r--r--tests/dataset/ActivationLayerDataset.h2
-rw-r--r--tests/dataset/BatchNormalizationLayerDataset.h2
-rw-r--r--tests/dataset/BorderModeDataset.h8
-rw-r--r--tests/dataset/ConvertPolicyDataset.h8
-rw-r--r--tests/dataset/ConvolutionLayerDataset.h4
-rw-r--r--tests/dataset/DataTypeDatasets.h8
-rw-r--r--tests/dataset/FullyConnectedLayerDataset.h4
-rw-r--r--tests/dataset/GEMMDataset.h2
-rw-r--r--tests/dataset/GenericDataset.h8
-rw-r--r--tests/dataset/ImageDatasets.h10
-rw-r--r--tests/dataset/InterpolationPolicyDataset.h8
-rw-r--r--tests/dataset/MatrixPatternDataset.h8
-rw-r--r--tests/dataset/NonLinearFilterFunctionDataset.h8
-rw-r--r--tests/dataset/NormalizationLayerDataset.h4
-rw-r--r--tests/dataset/NormalizationTypeDataset.h8
-rw-r--r--tests/dataset/PoolingLayerDataset.h2
-rw-r--r--tests/dataset/PoolingTypesDataset.h2
-rw-r--r--tests/dataset/RoundingPolicyDataset.h8
-rw-r--r--tests/dataset/ShapeDatasets.h8
-rw-r--r--tests/dataset/ThresholdDataset.h4
21 files changed, 60 insertions, 60 deletions
diff --git a/tests/dataset/ActivationFunctionDataset.h b/tests/dataset/ActivationFunctionDataset.h
index 11e4baac78..bc0e011bde 100644
--- a/tests/dataset/ActivationFunctionDataset.h
+++ b/tests/dataset/ActivationFunctionDataset.h
@@ -29,7 +29,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -63,4 +63,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_DATASET_ACTIVATION_FUNCTION_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_DATASET_ACTIVATION_FUNCTION_DATASET_H__ */
diff --git a/tests/dataset/ActivationLayerDataset.h b/tests/dataset/ActivationLayerDataset.h
index 9d7cffba14..ef6f382f97 100644
--- a/tests/dataset/ActivationLayerDataset.h
+++ b/tests/dataset/ActivationLayerDataset.h
@@ -35,7 +35,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
diff --git a/tests/dataset/BatchNormalizationLayerDataset.h b/tests/dataset/BatchNormalizationLayerDataset.h
index 4323b8fe93..f1ba212b97 100644
--- a/tests/dataset/BatchNormalizationLayerDataset.h
+++ b/tests/dataset/BatchNormalizationLayerDataset.h
@@ -35,7 +35,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
diff --git a/tests/dataset/BorderModeDataset.h b/tests/dataset/BorderModeDataset.h
index 37c7a5ba10..debf7bdf00 100644
--- a/tests/dataset/BorderModeDataset.h
+++ b/tests/dataset/BorderModeDataset.h
@@ -28,7 +28,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
#include <array>
@@ -56,9 +56,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _modes.size();
}
@@ -79,4 +79,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_BORDER_MODE_DATASET_H__ */
diff --git a/tests/dataset/ConvertPolicyDataset.h b/tests/dataset/ConvertPolicyDataset.h
index 697dba615b..bca033e515 100644
--- a/tests/dataset/ConvertPolicyDataset.h
+++ b/tests/dataset/ConvertPolicyDataset.h
@@ -30,7 +30,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -56,9 +56,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _policies.size();
}
@@ -79,4 +79,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_CONVERT_POLICY_DATASETS_H__ */
diff --git a/tests/dataset/ConvolutionLayerDataset.h b/tests/dataset/ConvolutionLayerDataset.h
index 402fae31ad..af04fa98ea 100644
--- a/tests/dataset/ConvolutionLayerDataset.h
+++ b/tests/dataset/ConvolutionLayerDataset.h
@@ -35,7 +35,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -269,4 +269,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_DATASET_CONVOLUTION_LAYER_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_DATASET_CONVOLUTION_LAYER_DATASET_H__ */
diff --git a/tests/dataset/DataTypeDatasets.h b/tests/dataset/DataTypeDatasets.h
index 8c63857477..7198f79007 100644
--- a/tests/dataset/DataTypeDatasets.h
+++ b/tests/dataset/DataTypeDatasets.h
@@ -28,7 +28,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -55,9 +55,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _types.size();
}
@@ -190,4 +190,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_DATA_TYPE_DATASET_H__ */
diff --git a/tests/dataset/FullyConnectedLayerDataset.h b/tests/dataset/FullyConnectedLayerDataset.h
index 53b7d022d7..cf43a6302a 100644
--- a/tests/dataset/FullyConnectedLayerDataset.h
+++ b/tests/dataset/FullyConnectedLayerDataset.h
@@ -34,7 +34,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -152,4 +152,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_DATASET_FULLY_CONNECTED_LAYER_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_DATASET_FULLY_CONNECTED_LAYER_DATASET_H__ */
diff --git a/tests/dataset/GEMMDataset.h b/tests/dataset/GEMMDataset.h
index ddd4a3424f..ce05557231 100644
--- a/tests/dataset/GEMMDataset.h
+++ b/tests/dataset/GEMMDataset.h
@@ -38,7 +38,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
diff --git a/tests/dataset/GenericDataset.h b/tests/dataset/GenericDataset.h
index 4ca489bd82..48754fccf8 100644
--- a/tests/dataset/GenericDataset.h
+++ b/tests/dataset/GenericDataset.h
@@ -31,7 +31,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -58,9 +58,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _data.size();
}
@@ -94,4 +94,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_DATASET_GENERIC_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_DATASET_GENERIC_DATASET_H__ */
diff --git a/tests/dataset/ImageDatasets.h b/tests/dataset/ImageDatasets.h
index 555227e83b..6aa25cf942 100644
--- a/tests/dataset/ImageDatasets.h
+++ b/tests/dataset/ImageDatasets.h
@@ -29,7 +29,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -56,9 +56,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _images.size();
}
@@ -109,7 +109,7 @@ public:
#ifdef INTERNAL_ONLY
: ImageDataset("1280x720.ppm", "1920x1080.ppm", "4160x3120.ppm")
// The 4k image is too large to distribute
-#else
+#else /* INTERNAL_ONLY */
: ImageDataset("1280x720.ppm", "1920x1080.ppm")
#endif /* INTERNAL_ONLY */
{
@@ -117,4 +117,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_IMAGE_DATASETS_H__ */
diff --git a/tests/dataset/InterpolationPolicyDataset.h b/tests/dataset/InterpolationPolicyDataset.h
index e6062eae53..0f3184c81a 100644
--- a/tests/dataset/InterpolationPolicyDataset.h
+++ b/tests/dataset/InterpolationPolicyDataset.h
@@ -28,7 +28,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -54,9 +54,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _policies.size();
}
@@ -77,4 +77,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_INTERPOLATION_POLICY_DATASET_H__ */
diff --git a/tests/dataset/MatrixPatternDataset.h b/tests/dataset/MatrixPatternDataset.h
index d9f20c123b..050c4d9cfd 100644
--- a/tests/dataset/MatrixPatternDataset.h
+++ b/tests/dataset/MatrixPatternDataset.h
@@ -28,7 +28,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
#include <array>
@@ -56,9 +56,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _patterns.size();
}
@@ -79,4 +79,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif // __ARM_COMPUTE_TEST_MATRIX_PATTERN_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_MATRIX_PATTERN_DATASET_H__ */
diff --git a/tests/dataset/NonLinearFilterFunctionDataset.h b/tests/dataset/NonLinearFilterFunctionDataset.h
index 177887353b..a2db3239c3 100644
--- a/tests/dataset/NonLinearFilterFunctionDataset.h
+++ b/tests/dataset/NonLinearFilterFunctionDataset.h
@@ -28,7 +28,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
#include <array>
@@ -56,9 +56,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _functions.size();
}
@@ -79,4 +79,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_NON_LINEAR_FILTER_FUNCTION_DATASET_H__ */
diff --git a/tests/dataset/NormalizationLayerDataset.h b/tests/dataset/NormalizationLayerDataset.h
index 7234f41551..fc56694dc8 100644
--- a/tests/dataset/NormalizationLayerDataset.h
+++ b/tests/dataset/NormalizationLayerDataset.h
@@ -35,7 +35,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -96,4 +96,4 @@ public:
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_DATASET_NORMALIZATION_LAYER_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_DATASET_NORMALIZATION_LAYER_DATASET_H__ */
diff --git a/tests/dataset/NormalizationTypeDataset.h b/tests/dataset/NormalizationTypeDataset.h
index bb1975c6c9..9edadbf8ab 100644
--- a/tests/dataset/NormalizationTypeDataset.h
+++ b/tests/dataset/NormalizationTypeDataset.h
@@ -28,7 +28,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -54,9 +54,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _types.size();
}
@@ -77,4 +77,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_NORMALIZATION_TYPE_DATASET_H__ */
diff --git a/tests/dataset/PoolingLayerDataset.h b/tests/dataset/PoolingLayerDataset.h
index 0a50a763ce..5cdece4f66 100644
--- a/tests/dataset/PoolingLayerDataset.h
+++ b/tests/dataset/PoolingLayerDataset.h
@@ -34,7 +34,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
diff --git a/tests/dataset/PoolingTypesDataset.h b/tests/dataset/PoolingTypesDataset.h
index c78a20b809..c8e34665f4 100644
--- a/tests/dataset/PoolingTypesDataset.h
+++ b/tests/dataset/PoolingTypesDataset.h
@@ -29,7 +29,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
diff --git a/tests/dataset/RoundingPolicyDataset.h b/tests/dataset/RoundingPolicyDataset.h
index c70872020b..0e7c7ba0c5 100644
--- a/tests/dataset/RoundingPolicyDataset.h
+++ b/tests/dataset/RoundingPolicyDataset.h
@@ -30,7 +30,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -56,9 +56,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _policies.size();
}
@@ -79,4 +79,4 @@ private:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_ROUNDING_POLICY_DATASETS_H__ */
diff --git a/tests/dataset/ShapeDatasets.h b/tests/dataset/ShapeDatasets.h
index 1e9e5f139a..71c786a641 100644
--- a/tests/dataset/ShapeDatasets.h
+++ b/tests/dataset/ShapeDatasets.h
@@ -30,7 +30,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -57,9 +57,9 @@ public:
/** Number of samples in the data set. */
#ifdef BOOST
boost::unit_test::data::size_t size() const
-#else
+#else /* BOOST */
unsigned int size() const
-#endif
+#endif /* BOOST */
{
return _shapes.size();
}
@@ -149,4 +149,4 @@ public:
};
} // namespace test
} // namespace arm_compute
-#endif
+#endif /* __ARM_COMPUTE_TEST_SHAPE_DATASETS_H__ */
diff --git a/tests/dataset/ThresholdDataset.h b/tests/dataset/ThresholdDataset.h
index a2d76e3c48..e5a1e375ff 100644
--- a/tests/dataset/ThresholdDataset.h
+++ b/tests/dataset/ThresholdDataset.h
@@ -38,7 +38,7 @@
#ifdef BOOST
#include "boost_wrapper.h"
-#endif
+#endif /* BOOST */
namespace arm_compute
{
@@ -92,4 +92,4 @@ public:
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_DATASET_THRESHOLD_DATASET_H__
+#endif /* __ARM_COMPUTE_TEST_DATASET_THRESHOLD_DATASET_H__ */