From 7bfd38a721360183f3392f9ab35db18a0dd7fef8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 Aug 2022 15:23:36 +0100 Subject: Update Doxygen for 22.08 Release Signed-off-by: Nikhil Raj Change-Id: I4789fe868e0492839be1482e5cee3642ed90d756 --- 22.08/_reduce_8hpp_source.xhtml | 120 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 22.08/_reduce_8hpp_source.xhtml (limited to '22.08/_reduce_8hpp_source.xhtml') diff --git a/22.08/_reduce_8hpp_source.xhtml b/22.08/_reduce_8hpp_source.xhtml new file mode 100644 index 0000000000..02796f5991 --- /dev/null +++ b/22.08/_reduce_8hpp_source.xhtml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/Reduce.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Reduce.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "BaseIterator.hpp"
9 #include "Decoders.hpp"
10 #include "Encoders.hpp"
11 
12 #include <armnn/Tensor.hpp>
13 
14 namespace armnn
15 {
16 
17 void Reduce(const TensorInfo& inputInfo,
18  const TensorInfo& outputInfo,
19  Decoder<float>& input,
20  Encoder<float>& output,
21  const std::vector<uint32_t> axis,
22  const ReduceOperation reduceOperation);
23 
24 } //namespace armnn
+
void Reduce(const TensorInfo &inputInfo, const TensorInfo &outputInfo, Decoder< float > &input, Encoder< float > &output, const std::vector< uint32_t > axis, const ReduceOperation reduceOperation)
Definition: Reduce.cpp:70
+
Copyright (c) 2021 ARM Limited and Contributors.
+ + +
ReduceOperation
Definition: Types.hpp:143
+ +
+
+ + + + -- cgit v1.2.1