From a71c0633eff4791eb98362f72f198a2d1ec3d8f9 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Mon, 12 Apr 2021 13:12:19 +0100 Subject: IVGCVSW-5826 Remove cross-wireing in depthwise * The permutation of the tensor info is now completely handled in the armnnUtils::Permuted function. That includes quantization informations too !armnn:5411 Signed-off-by: Jan Eilers Change-Id: I40410141303d950be7888f9e491133251b6f69d8 --- Utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utils.hpp') diff --git a/Utils.hpp b/Utils.hpp index f68747b0..893c4a08 100644 --- a/Utils.hpp +++ b/Utils.hpp @@ -60,7 +60,7 @@ public: }; /// Swizzles tensor data in @a input according to the dimension mappings. -void SwizzleAndroidNn4dTensorToArmNn(const armnn::TensorInfo& tensor, const void* input, void* output, +void SwizzleAndroidNn4dTensorToArmNn(armnn::TensorInfo& tensor, const void* input, void* output, const armnn::PermutationVector& mappings); /// Returns a pointer to a specific location in a pool -- cgit v1.2.1