From 8ac5fc39b2556fd3ac0d0c43ebf55525bde97f58 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Thu, 12 Dec 2019 17:28:05 +0000 Subject: IVGCVSW-4262 Use ACL Permute and Reshape Validate function in Neon and CL !android-nn-driver:2465 Signed-off-by: Kevin May Change-Id: Ibabb73c0ae0df2e530a68398f75c76e6b80c0701 --- src/backends/reference/RefLayerSupport.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backends/reference/RefLayerSupport.cpp') diff --git a/src/backends/reference/RefLayerSupport.cpp b/src/backends/reference/RefLayerSupport.cpp index 22d7914ab9..b776540175 100644 --- a/src/backends/reference/RefLayerSupport.cpp +++ b/src/backends/reference/RefLayerSupport.cpp @@ -1228,9 +1228,11 @@ bool RefLayerSupport::IsQuantizeSupported(const TensorInfo& input, } bool RefLayerSupport::IsReshapeSupported(const TensorInfo& input, + const TensorInfo& output, const ReshapeDescriptor& descriptor, Optional reasonIfUnsupported) const { + ignore_unused(output); ignore_unused(descriptor); // Define supported output types. std::array supportedOutputTypes = -- cgit v1.2.1