aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/DepthwiseConvolutionLayer.h
diff options
context:
space:
mode:
authorUsama <usamaarif26@gmail.com>2019-04-01 11:58:18 +0100
committerPablo Marquez <pablo.tello@arm.com>2019-04-03 17:01:07 +0000
commit3e92459cb1167f85570ea4c648761dc1aee60a01 (patch)
tree337c48ee918ae5e146f5e3cc3c079cdce9211bf8 /tests/validation/reference/DepthwiseConvolutionLayer.h
parentb54c644f1186018b9a3a93fa94c351cc3f1a68f0 (diff)
downloadComputeLibrary-3e92459cb1167f85570ea4c648761dc1aee60a01.tar.gz
COMPMID-2047: Reference implementation for dilation in DepthwiseConvolution.
Change-Id: I6f57a4d207219457292b72098598b7a9e773672d Signed-off-by: Usama Arif <usama.arif@arm.com> Reviewed-on: https://review.mlplatform.org/c/931 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez <pablo.tello@arm.com>
Diffstat (limited to 'tests/validation/reference/DepthwiseConvolutionLayer.h')
-rw-r--r--tests/validation/reference/DepthwiseConvolutionLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/reference/DepthwiseConvolutionLayer.h b/tests/validation/reference/DepthwiseConvolutionLayer.h
index bab338723d..2146611d13 100644
--- a/tests/validation/reference/DepthwiseConvolutionLayer.h
+++ b/tests/validation/reference/DepthwiseConvolutionLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -37,7 +37,7 @@ namespace reference
{
template <typename T, typename TB>
SimpleTensor<T> depthwise_convolution(const SimpleTensor<T> &src, const SimpleTensor<T> &weights, const SimpleTensor<TB> &biases, const TensorShape &dst_shape, const PadStrideInfo &conv_info,
- unsigned int depth_multiplier);
+ unsigned int depth_multiplier, const Size2D &dilation = Size2D(1U, 1U));
} // namespace reference
} // namespace validation
} // namespace test