From f202e50a8b89f143f74c393e33e0154817bd3c1d Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 23 Nov 2017 18:02:04 +0000 Subject: COMPMID-556 Improved indentation and error handling in format_doxygen.py Change-Id: I6f51ffe6c324d9da500716b52c97c344f2a2a164 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/110486 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com Reviewed-by: Georgios Pinitas --- tests/validation/Helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/validation/Helpers.h') diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h index b5e156c5f7..ab7dbd8a41 100644 --- a/tests/validation/Helpers.h +++ b/tests/validation/Helpers.h @@ -207,7 +207,7 @@ std::pair get_batchnormalization_layer_test_bounds(int fixed_point_positio * @param[in] src Quantized tensor. * * @return Float tensor. -*/ + */ SimpleTensor convert_from_asymmetric(const SimpleTensor &src); /** Convert float simple tensor into quantized using specified quantization information. @@ -216,7 +216,7 @@ SimpleTensor convert_from_asymmetric(const SimpleTensor &src); * @param[in] quantization_info Quantification information. * * @return Quantized tensor. -*/ + */ SimpleTensor convert_to_asymmetric(const SimpleTensor &src, const QuantizationInfo &quantization_info); } // namespace validation } // namespace test -- cgit v1.2.1