diff options
Diffstat (limited to 'tests/validation/reference/Convolution.h')
-rw-r--r-- | tests/validation/reference/Convolution.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/validation/reference/Convolution.h b/tests/validation/reference/Convolution.h index ea9f4e444..b217da7cd 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 |