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_comparison_workload_8hpp_source.xhtml | 124 ++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 21.08/_neon_comparison_workload_8hpp_source.xhtml (limited to '21.08/_neon_comparison_workload_8hpp_source.xhtml') diff --git a/21.08/_neon_comparison_workload_8hpp_source.xhtml b/21.08/_neon_comparison_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..6cf1eb6029 --- /dev/null +++ b/21.08/_neon_comparison_workload_8hpp_source.xhtml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/workloads/NeonComparisonWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonComparisonWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2020 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 
16  const TensorInfo& input1,
17  const TensorInfo& output,
18  const ComparisonDescriptor& descriptor);
19 
20 class NeonComparisonWorkload : public BaseWorkload<ComparisonQueueDescriptor>
21 {
22 public:
24 
25  virtual void Execute() const override;
26 
27 private:
28  mutable arm_compute::NEElementwiseComparison m_ComparisonLayer;
29 };
30 
31 } //namespace armnn
virtual void Execute() const override
+
Copyright (c) 2021 ARM Limited and Contributors.
+ + +
Status
enumeration
Definition: Types.hpp:29
+
arm_compute::Status NeonComparisonWorkloadValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output, const ComparisonDescriptor &descriptor)
+ + +
NeonComparisonWorkload(const ComparisonQueueDescriptor &descriptor, const WorkloadInfo &info)
+ +
Contains information about TensorInfos of a layer.
+
+
+ + + + -- cgit v1.2.1