aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/RefLayerSupport.cpp
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2019-12-12 17:28:05 +0000
committerKevin May <kevin.may@arm.com>2019-12-12 19:17:17 +0000
commit8ac5fc39b2556fd3ac0d0c43ebf55525bde97f58 (patch)
tree8fb4338647ef03e0dcbba3b6106967870f4d70c4 /src/backends/reference/RefLayerSupport.cpp
parente69fcc9ec42788218ba9693e53834b4606cf3882 (diff)
downloadarmnn-8ac5fc39b2556fd3ac0d0c43ebf55525bde97f58.tar.gz
IVGCVSW-4262 Use ACL Permute and Reshape Validate function in Neon and CL
!android-nn-driver:2465 Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: Ibabb73c0ae0df2e530a68398f75c76e6b80c0701
Diffstat (limited to 'src/backends/reference/RefLayerSupport.cpp')
-rw-r--r--src/backends/reference/RefLayerSupport.cpp2
1 files changed, 2 insertions, 0 deletions
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<std::string&> reasonIfUnsupported) const
{
+ ignore_unused(output);
ignore_unused(descriptor);
// Define supported output types.
std::array<DataType,4> supportedOutputTypes =