From 3500e64f69bd48bfd13b8b2266e4f6c2eb9da838 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 7 Jan 2020 09:49:55 +0000 Subject: IVGCVSW-4321 Re-enable NCHW on SpacetoDepth Signed-off-by: Teresa Charlin Change-Id: I07c9ca1247ee823ed6411fb5a7df9245c1330c7c --- 1.2/HalPolicy.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/1.2/HalPolicy.cpp b/1.2/HalPolicy.cpp index 97449c0b..d599fef8 100644 --- a/1.2/HalPolicy.cpp +++ b/1.2/HalPolicy.cpp @@ -1223,11 +1223,6 @@ bool HalPolicy::ConvertSpaceToDepth(const Operation& operation, const Model& mod desc.m_DataLayout = OptionalDataLayout(operation, 2, model, data); - if (desc.m_DataLayout == armnn::DataLayout::NCHW) - { - return Fail("%s: Operation has invalid inputs NCHW is not supported", __func__); - } - bool isSupported = false; FORWARD_LAYER_SUPPORT_FUNC(__func__, IsSpaceToDepthSupported, -- cgit v1.2.1