From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/_neon_maximum_workload_8hpp_source.xhtml | 124 +++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 21.08/_neon_maximum_workload_8hpp_source.xhtml (limited to '21.08/_neon_maximum_workload_8hpp_source.xhtml') diff --git a/21.08/_neon_maximum_workload_8hpp_source.xhtml b/21.08/_neon_maximum_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..c203676fdc --- /dev/null +++ b/21.08/_neon_maximum_workload_8hpp_source.xhtml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/workloads/NeonMaximumWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonMaximumWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 #include <arm_compute/runtime/NEON/functions/NEElementwiseOperations.h>
11 
12 namespace armnn
13 {
14 
15 arm_compute::Status NeonMaximumWorkloadValidate(const TensorInfo& input0,
16  const TensorInfo& input1,
17  const TensorInfo& output);
18 
19 class NeonMaximumWorkload : public BaseWorkload<MaximumQueueDescriptor>
20 {
21 public:
23 
24  virtual void Execute() const override;
25 
26 private:
27  mutable arm_compute::NEElementwiseMax m_MaxLayer;
28 };
29 
30 } //namespace armnn
+ +
NeonMaximumWorkload(const MaximumQueueDescriptor &descriptor, const WorkloadInfo &info)
+
virtual void Execute() const override
+
Copyright (c) 2021 ARM Limited and Contributors.
+ +
Status
enumeration
Definition: Types.hpp:29
+ + +
arm_compute::Status NeonMaximumWorkloadValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output)
+
Contains information about TensorInfos of a layer.
+
+
+ + + + -- cgit v1.2.1