From ebbb6f9e2735f903a4cb75c23ab7c80797079c25 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Tue, 13 Apr 2021 09:52:18 +0100 Subject: Add Implicit Padding in DirectConvolution Fixture Signed-off-by: Giorgio Arena Change-Id: I97ef222ce9ea5a9c01089697f67863673985dff8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5410 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- tests/validation/Helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/validation/Helpers.h') diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h index 3ba3bd1259..e06d239307 100644 --- a/tests/validation/Helpers.h +++ b/tests/validation/Helpers.h @@ -230,7 +230,8 @@ std::pair get_quantized_qasymm8_signed_bounds(const QuantizationInfo & */ std::pair get_symm_quantized_per_channel_bounds(const QuantizationInfo &quant_info, float min, float max, size_t channel_id = 0); -/** Add random padding along the X axis (between 1 and 16 columns per side) to all the input tensors +/** Add random padding along the X axis (between 1 and 16 columns per side) to all the input tensors. + * This is used in our validation suite in order to simulate implicit padding addition after configuring, but before allocating. * * @param[in] tensors List of tensors to add padding to * @param[in] data_layout (Optional) Data layout of the operator -- cgit v1.2.1