aboutsummaryrefslogtreecommitdiff
path: root/include/armnnUtils/Permute.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnnUtils/Permute.hpp')
-rw-r--r--include/armnnUtils/Permute.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/armnnUtils/Permute.hpp b/include/armnnUtils/Permute.hpp
index d719f4a623..1e4166d938 100644
--- a/include/armnnUtils/Permute.hpp
+++ b/include/armnnUtils/Permute.hpp
@@ -15,8 +15,7 @@ armnn::TensorShape Permuted(const armnn::TensorShape& srcShape,
const armnn::PermutationVector& mappings);
armnn::TensorInfo Permuted(const armnn::TensorInfo& info,
- const armnn::PermutationVector& mappings,
- bool perChannelPermute = false);
+ const armnn::PermutationVector& mappings);
void Permute(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings,
const void* src, void* dst, size_t dataTypeSize);