From e068199254e525176b2c1eaf8420b9ddac3d9011 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Tue, 14 Jul 2020 15:29:28 +0100 Subject: COMPMID-3576: Nightly failure: NEON/PoolingLayer/Float/FP16/MaxUnpooling S10 Extend NEPoolingLayer max pooling to extract indices for FP16 Signed-off-by: Sheri Zhang Change-Id: I5a7c754be353e4c2c5d0ab3794e9427408d0c4fa Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3580 Reviewed-by: Sang-Hoon Park Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- tests/validation/reference/MaxUnpoolingLayer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/validation/reference') diff --git a/tests/validation/reference/MaxUnpoolingLayer.cpp b/tests/validation/reference/MaxUnpoolingLayer.cpp index 134f39726a..880018e99f 100644 --- a/tests/validation/reference/MaxUnpoolingLayer.cpp +++ b/tests/validation/reference/MaxUnpoolingLayer.cpp @@ -99,6 +99,9 @@ SimpleTensor max_unpooling_layer(const SimpleTensor &src, const PoolingLay template SimpleTensor max_unpooling_layer(const SimpleTensor &src, const PoolingLayerInfo &info, const QuantizationInfo &output_qinfo, SimpleTensor &indices, TensorShape output_shape, DataLayout data_layout); +template SimpleTensor max_unpooling_layer(const SimpleTensor &src, const PoolingLayerInfo &info, + const QuantizationInfo &output_qinfo, SimpleTensor &indices, + TensorShape output_shape, DataLayout data_layout); } // namespace reference } // namespace validation -- cgit v1.2.1