aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/ReshapeLayerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/fixtures/ReshapeLayerFixture.h')
-rw-r--r--tests/validation/fixtures/ReshapeLayerFixture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/validation/fixtures/ReshapeLayerFixture.h b/tests/validation/fixtures/ReshapeLayerFixture.h
index 2bd514830f..22f5b178b3 100644
--- a/tests/validation/fixtures/ReshapeLayerFixture.h
+++ b/tests/validation/fixtures/ReshapeLayerFixture.h
@@ -39,6 +39,7 @@ namespace test
{
namespace validation
{
+/** [ReshapeLayer fixture] **/
template <typename TensorType, typename AccessorType, typename FunctionType, typename T>
class ReshapeLayerValidationFixture : public framework::Fixture
{
@@ -104,6 +105,7 @@ protected:
TensorType _target{};
SimpleTensor<T> _reference{};
};
+/** [ReshapeLayer fixture] **/
} // namespace validation
} // namespace test
} // namespace arm_compute