From 35ceeb2199c569810a1524a0a21c2df2a3f5f29e Mon Sep 17 00:00:00 2001 From: Diego Lopez Recas Date: Mon, 4 Dec 2017 18:56:10 +0000 Subject: IVGCVSW-798 Add Softmax NEON support for QASYMM8 Change-Id: I4f2cca52caf210fdb7d6bb7e9436ac51cb5088b4 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112398 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- src/core/SubTensorInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/SubTensorInfo.cpp') diff --git a/src/core/SubTensorInfo.cpp b/src/core/SubTensorInfo.cpp index 0150a95cc6..836c3794c2 100644 --- a/src/core/SubTensorInfo.cpp +++ b/src/core/SubTensorInfo.cpp @@ -92,7 +92,7 @@ std::unique_ptr SubTensorInfo::clone() const return clone_obj; } -ITensorInfo &SubTensorInfo::set_tensor_shape(TensorShape shape) +ITensorInfo &SubTensorInfo::set_tensor_shape(const TensorShape &shape) { ARM_COMPUTE_ERROR_ON(_parent == nullptr); -- cgit v1.2.1