From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/_mean_8hpp.xhtml | 134 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 Documentation/_mean_8hpp.xhtml (limited to 'Documentation/_mean_8hpp.xhtml') diff --git a/Documentation/_mean_8hpp.xhtml b/Documentation/_mean_8hpp.xhtml new file mode 100644 index 0000000000..caf49c2b06 --- /dev/null +++ b/Documentation/_mean_8hpp.xhtml @@ -0,0 +1,134 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/Mean.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Mean.hpp File Reference
+
+
+
#include "armnn/DescriptorsFwd.hpp"
+#include "armnn/Tensor.hpp"
+#include "BaseIterator.hpp"
+#include <vector>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
+ + + +

+Functions

void Mean (const armnn::TensorInfo &inputInfo, const armnn::TensorInfo &outputInfo, const std::vector< unsigned int > &axis, Decoder< float > &input, Encoder< float > &output)
 
+
+
+ + + + -- cgit v1.2.1