From 5d3bb408e0b38ce3be0d32fd887de1aec99f5d50 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 8 Feb 2019 11:46:07 +0000 Subject: COMPMID-1710: Fix LSTMLayerFixture Change-Id: I6f9449ace6e54ba094bc5c9201acab5f6f723f54 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/646 Reviewed-by: Isabella Gottardi Tested-by: Arm Jenkins --- tests/validation/fixtures/LSTMLayerFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validation/fixtures/LSTMLayerFixture.h b/tests/validation/fixtures/LSTMLayerFixture.h index b0b2a8fae1..b30f1e534b 100644 --- a/tests/validation/fixtures/LSTMLayerFixture.h +++ b/tests/validation/fixtures/LSTMLayerFixture.h @@ -415,7 +415,7 @@ protected: scratch_inputs.emplace_back(std::move(cell_state_out)); scratch_inputs.emplace_back(std::move(forget_gate)); scratch_inputs.emplace_back(std::move(output)); - scratch = reference::widthconcatenate_layer(scratch_inputs); + scratch = reference::widthconcatenate_layer(scratch_inputs, scratch); _reference_scratch = std::move(scratch); return output_state_out; } -- cgit v1.2.1