From d5d43d82c0137e08553e44345c609cdd1a7931c7 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 17 Jun 2022 13:24:58 +0100 Subject: Update Doxygen for 22.05 patch release * Pooling3D added to tfLite delegate * Available in tag 22.05.01 Signed-off-by: Nikhil Raj Change-Id: I8d605bba4e87d30baa2c6d7b338c78a4400dc021 --- 22.05.01/_permute_8hpp.xhtml | 135 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 22.05.01/_permute_8hpp.xhtml (limited to '22.05.01/_permute_8hpp.xhtml') diff --git a/22.05.01/_permute_8hpp.xhtml b/22.05.01/_permute_8hpp.xhtml new file mode 100644 index 0000000000..ca45568e73 --- /dev/null +++ b/22.05.01/_permute_8hpp.xhtml @@ -0,0 +1,135 @@ + + + + + + + + + + + + + +ArmNN: include/armnnUtils/Permute.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Permute.hpp File Reference
+
+
+
#include <armnn/TensorFwd.hpp>
+#include <armnn/Types.hpp>
+
+

Go to the source code of this file.

+ + + + +

+Namespaces

 armnnUtils
 
+ + + + + + + +

+Functions

armnn::TensorShape Permuted (const armnn::TensorShape &srcShape, const armnn::PermutationVector &mappings)
 
armnn::TensorInfo Permuted (const armnn::TensorInfo &info, const armnn::PermutationVector &mappings)
 
void Permute (const armnn::TensorShape &dstShape, const armnn::PermutationVector &mappings, const void *src, void *dst, size_t dataTypeSize)
 
+
+
+ + + + -- cgit v1.2.1