aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/Convolution.h
diff options
context:
space:
mode:
authorSanghoon Lee <sanghoon.lee@arm.com>2018-01-12 16:19:10 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:44:21 +0000
commitc8d231626cc204034ab1053f9031ebbb631f1ba9 (patch)
treeb15e9a0d9500d34beec61a9e2051dcc7de75ae03 /tests/validation/reference/Convolution.h
parent503cec81c77eaa0d7f6b98358de287bbfe04bcb5 (diff)
downloadComputeLibrary-c8d231626cc204034ab1053f9031ebbb631f1ba9.tar.gz
COMPMID-564: Implement reference and CL/NEON validation for CustomConvolution (output S16)
Change-Id: Ic099336f558e994210a59e14ec0171fae68ccb80 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/116663 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/reference/Convolution.h')
-rw-r--r--tests/validation/reference/Convolution.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/validation/reference/Convolution.h b/tests/validation/reference/Convolution.h
index ea9f4e444b..b217da7cd2 100644
--- a/tests/validation/reference/Convolution.h
+++ b/tests/validation/reference/Convolution.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, 2018 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -35,7 +35,9 @@ namespace validation
namespace reference
{
template <typename T>
-SimpleTensor<T> convolution(const SimpleTensor<T> &src, const int16_t *conv, uint32_t scale, BorderMode border_mode, T constant_border_value, const unsigned int width, const unsigned int height);
+SimpleTensor<T> convolution(const SimpleTensor<uint8_t> &src, DataType output_data_type, const int16_t *conv, uint32_t scale, BorderMode border_mode, uint8_t constant_border_value,
+ const unsigned int width,
+ const unsigned int height);
} // namespace reference
} // namespace validation
} // namespace test