From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- 20.08/_mean_8hpp.xhtml | 134 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 20.08/_mean_8hpp.xhtml (limited to '20.08/_mean_8hpp.xhtml') diff --git a/20.08/_mean_8hpp.xhtml b/20.08/_mean_8hpp.xhtml new file mode 100644 index 0000000000..27b9429dc4 --- /dev/null +++ b/20.08/_mean_8hpp.xhtml @@ -0,0 +1,134 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/Mean.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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