From 661dfa73bd5da4816a42acbb0768d0766d985e1c Mon Sep 17 00:00:00 2001 From: Nina Drozd Date: Tue, 2 Oct 2018 11:14:17 +0100 Subject: IVGCVSW-1886 - forward layer support for pad Ref returning false for now until implementation complete in 1885 Change-Id: I28cbc584eaa6ce3ad79a531db7155b3f9716f30c --- src/armnn/LayerSupport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/armnn') diff --git a/src/armnn/LayerSupport.cpp b/src/armnn/LayerSupport.cpp index 538f8e8cda..9561136d85 100644 --- a/src/armnn/LayerSupport.cpp +++ b/src/armnn/LayerSupport.cpp @@ -363,8 +363,8 @@ bool IsPadSupported(Compute compute, char* reasonIfUnsupported, size_t reasonIfUnsupportedMaxLength) { - CopyErrorMessage(reasonIfUnsupported, "Not implemented", reasonIfUnsupportedMaxLength); - return false; + + FORWARD_LAYER_SUPPORT_FUNC(compute, IsPadSupported, input, output, descriptor); } } -- cgit v1.2.1