From fb68ca1f087833ae04de5700ad6ed88b51a1d17b Mon Sep 17 00:00:00 2001 From: John Kesapides Date: Mon, 21 Jan 2019 14:13:27 +0000 Subject: COMPMID-1490 Create graph_convolution.cpp Create a standalone graph_convolution example Change-Id: I6026bd74373d47c1eb0ffe6b66a1464a3656a0b4 Signed-off-by: John Kesapides Reviewed-on: https://review.mlplatform.org/c/585 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Pablo Marquez --- tests/validation/reference/ConvolutionLayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/validation/reference/ConvolutionLayer.h') diff --git a/tests/validation/reference/ConvolutionLayer.h b/tests/validation/reference/ConvolutionLayer.h index ccce53a209..c51a9b3ad7 100644 --- a/tests/validation/reference/ConvolutionLayer.h +++ b/tests/validation/reference/ConvolutionLayer.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 SimpleTensor convolution_layer(const SimpleTensor &src, const SimpleTensor &weights, const SimpleTensor &bias, const TensorShape &output_shape, const PadStrideInfo &info, - const Size2D &dilation = Size2D(1U, 1U), unsigned int num_groups = 1); + const Size2D &dilation = Size2D(1U, 1U), unsigned int num_groups = 1, QuantizationInfo out_quant_info = QuantizationInfo()); } // namespace reference } // namespace validation } // namespace test -- cgit v1.2.1