aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/DepthwiseConvolutionLayer.cpp
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2020-11-23 17:47:23 +0000
committerGiorgio Arena <giorgio.arena@arm.com>2020-12-14 13:58:26 +0000
commit3737c7934da929003bda446291489cf352e43751 (patch)
treec13c5bf2e5b3d3610d3b2b7aba74b6d68ec76c99 /tests/validation/NEON/DepthwiseConvolutionLayer.cpp
parentea7de7babc319e2fa31c5e1c986e48d6c5370689 (diff)
downloadComputeLibrary-3737c7934da929003bda446291489cf352e43751.tar.gz
COMPMID-3968 30% regression on FSSD v1 25 Grayscale
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: Ib1ecd7aa10fec0b7e2b3d929e212c1af34c0f58d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4533 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/NEON/DepthwiseConvolutionLayer.cpp')
-rw-r--r--tests/validation/NEON/DepthwiseConvolutionLayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/NEON/DepthwiseConvolutionLayer.cpp b/tests/validation/NEON/DepthwiseConvolutionLayer.cpp
index e255fc7b4d..b38818d475 100644
--- a/tests/validation/NEON/DepthwiseConvolutionLayer.cpp
+++ b/tests/validation/NEON/DepthwiseConvolutionLayer.cpp
@@ -53,8 +53,8 @@ RelativeTolerance<half_float::half> tolerance_f16(half_float::half(0.01)); /**<
constexpr float tolerance_num = 0.05f; /**< Tolerance number */
#endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
-const auto depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5 });
-const auto large_depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5, 8 });
+const auto depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 8 });
+const auto large_depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5, 32 });
//Activation Functions
const auto ActivationFunctionsDataset = framework::dataset::make("ActivationInfo",