From cb0630959aeae05bc2ae9f6d80cf5f5983a8fb77 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 23 Nov 2022 11:05:29 +0000 Subject: IVGCVSW-7075 Update Doxygen for 22.11 Release Signed-off-by: Nikhil Raj Change-Id: Ib5669e8fd3739d1b10f5dd694d020d51799896dc --- 22.11/_cl_addition_workload_8hpp_source.xhtml | 126 ++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 22.11/_cl_addition_workload_8hpp_source.xhtml (limited to '22.11/_cl_addition_workload_8hpp_source.xhtml') diff --git a/22.11/_cl_addition_workload_8hpp_source.xhtml b/22.11/_cl_addition_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..4f963b0afe --- /dev/null +++ b/22.11/_cl_addition_workload_8hpp_source.xhtml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + +ArmNN: src/backends/cl/workloads/ClAdditionWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ClAdditionWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "ClBaseWorkload.hpp"
9 
10 #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h>
11 
12 namespace armnn
13 {
14 
15 class ClAdditionWorkload : public ClBaseWorkload<AdditionQueueDescriptor>
16 {
17 public:
19  const WorkloadInfo& info,
20  const arm_compute::CLCompileContext& clCompileContext);
21 
22  void Execute() const override;
23 
24 private:
25  mutable arm_compute::CLArithmeticAddition m_Layer;
26 };
27 
29  const TensorInfo& input1,
30  const TensorInfo& output,
31  const ActivationDescriptor* activationDescriptor = nullptr);
32 } //namespace armnn
arm_compute::Status ClAdditionValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const ActivationDescriptor *activationDescriptor)
+ +
void Execute() const override
+ + +
Copyright (c) 2021 ARM Limited and Contributors.
+
Status
enumeration
Definition: Types.hpp:42
+ +
An ActivationDescriptor for the ActivationLayer.
Definition: Descriptors.hpp:36
+
ClAdditionWorkload(const AdditionQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
+ + +
Contains information about TensorInfos of a layer.
+
+
+ + + + -- cgit v1.2.1