aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/DirectConvolutionLayerFixture.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-04-13 09:52:18 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-04-15 17:43:31 +0000
commitebbb6f9e2735f903a4cb75c23ab7c80797079c25 (patch)
treeef6bdfc12189dae27908b7b3042782f190c848c4 /tests/validation/fixtures/DirectConvolutionLayerFixture.h
parent5d75d4a236bd4d73b514bd81d902fbdbd660b00a (diff)
downloadComputeLibrary-ebbb6f9e2735f903a4cb75c23ab7c80797079c25.tar.gz
Add Implicit Padding in DirectConvolution Fixture
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: I97ef222ce9ea5a9c01089697f67863673985dff8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5410 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/fixtures/DirectConvolutionLayerFixture.h')
-rw-r--r--tests/validation/fixtures/DirectConvolutionLayerFixture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/validation/fixtures/DirectConvolutionLayerFixture.h b/tests/validation/fixtures/DirectConvolutionLayerFixture.h
index b79991e3d4..7f1896678e 100644
--- a/tests/validation/fixtures/DirectConvolutionLayerFixture.h
+++ b/tests/validation/fixtures/DirectConvolutionLayerFixture.h
@@ -171,8 +171,7 @@ protected:
ARM_COMPUTE_EXPECT(bias.info()->is_resizable(), framework::LogLevel::ERRORS);
ARM_COMPUTE_EXPECT(dst.info()->is_resizable(), framework::LogLevel::ERRORS);
- // TODO: uncomment after COMPMID-4341
- // add_padding_x({ &src, &weights, &bias, &dst }, data_layout);
+ add_padding_x({ &src, &weights, &bias, &dst }, data_layout);
// Allocate tensors
src.allocator()->allocate();