From b4dd5cc86d4eb841de670f0f102ede599e0d9c40 Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Thu, 7 Apr 2022 11:32:00 +0100 Subject: IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEnd * Update Front-end and Tools. * Updated Serializer, Deserializer and unit tests to reflect this. * Updated TfLiteDelegate, TfLiteParser and OnnxParser. * Updated Ref. * Fixed resulting Neon / CL tests * Unified optimizers for conv2d ops * Optimizer Fix - Fp32ToBf16 * Partial implementation for ACL backends to fix VTS failures !android-nn-driver:7477 Signed-off-by: Keith Davis Change-Id: I5fb18877f7ee32643e15a9818945356274bb401b --- src/armnnTestUtils/CommonTestUtils.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/armnnTestUtils/CommonTestUtils.hpp') diff --git a/src/armnnTestUtils/CommonTestUtils.hpp b/src/armnnTestUtils/CommonTestUtils.hpp index b75a32be61..5b4b356247 100644 --- a/src/armnnTestUtils/CommonTestUtils.hpp +++ b/src/armnnTestUtils/CommonTestUtils.hpp @@ -79,8 +79,11 @@ void SetWeightAndBias(ConvolutionLayer* layer, const armnn::TensorInfo& weightIn layer->m_Weight->Allocate(); layer->m_Bias->Allocate(); } +armnn::SubgraphView::InputSlots CreateInputsFrom(armnn::Layer* layer, + std::vector ignoreSlots = {}); -armnn::SubgraphView::InputSlots CreateInputsFrom(const std::vector& layers); +armnn::SubgraphView::InputSlots CreateInputsFrom(const std::vector& layers, + std::vector ignoreSlots = {}); armnn::SubgraphView::OutputSlots CreateOutputsFrom(const std::vector& layers); -- cgit v1.2.1