Fix NEON/CL CustomConvolution failures
authorManuel Bottini <manuel.bottini@arm.com>
Tue, 26 Jan 2021 12:09:38 +0000 (12:09 +0000)
committerManuel Bottini <manuel.bottini@arm.com>
Wed, 27 Jan 2021 10:32:21 +0000 (10:32 +0000)
commit26cf7985b8afb940be6678823e3f4f99c8d8558c
tree7fbc46cf82a7ca51afc2d1b7b762c2cd7c8c41f0
parent4cfab1886549d7582e3867c51278132e5d37681b
Fix NEON/CL CustomConvolution failures

Properly handle UNDEFINED border mode as done in the reference

Change-Id: I23b117be3ee5cd0e566f6161681d38493627fc9b
Resolves: COMPMID-4133
Signed-off-by: Manuel Bottini <manuel.bottini@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4919
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
src/runtime/CL/functions/CLConvolution.cpp
src/runtime/NEON/functions/NEConvolution.cpp