aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Permute.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnUtils/Permute.hpp')
-rw-r--r--src/armnnUtils/Permute.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/armnnUtils/Permute.hpp b/src/armnnUtils/Permute.hpp
index 4e4319822b..b9ef94bc86 100644
--- a/src/armnnUtils/Permute.hpp
+++ b/src/armnnUtils/Permute.hpp
@@ -17,7 +17,4 @@ armnn::TensorInfo Permuted(const armnn::TensorInfo& info, const armnn::Permutati
void Permute(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings,
const void* src, void* dst, size_t dataTypeSize);
-template <typename T>
-void Permute(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings, const T* src, T* dst);
-
} // namespace armnnUtils