From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- .../_neon_greater_workload_8hpp_source.html | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 Documentation/_neon_greater_workload_8hpp_source.html (limited to 'Documentation/_neon_greater_workload_8hpp_source.html') diff --git a/Documentation/_neon_greater_workload_8hpp_source.html b/Documentation/_neon_greater_workload_8hpp_source.html new file mode 100644 index 0000000000..7d8e8d6d28 --- /dev/null +++ b/Documentation/_neon_greater_workload_8hpp_source.html @@ -0,0 +1,110 @@ + + + + + + + +ArmNN: src/backends/neon/workloads/NeonGreaterWorkload.hpp Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonGreaterWorkload.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 NeonGreaterWorkloadValidate(const TensorInfo& input0,
16  const TensorInfo& input1,
17  const TensorInfo& output);
18 
19 template <DataType T>
20 class NeonGreaterWorkload : public MultiTypedWorkload<GreaterQueueDescriptor, T, DataType::Boolean>
21 {
22 public:
24 
26 
27  virtual void Execute() const override;
28 
29 private:
30  mutable arm_compute::NEGreater m_GreaterLayer;
31 };
32 
35 
36 } //namespace armnn
Status
Definition: Types.hpp:26
+ + + + +
virtual void Execute() const override
+ + +
arm_compute::Status NeonGreaterWorkloadValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output)
+ +
NeonGreaterWorkload(const GreaterQueueDescriptor &descriptor, const WorkloadInfo &info)
+
+
+ + + + -- cgit v1.2.1