From add078b7f9a658d52ee6e8fe6771ea0517c07674 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Mon, 10 May 2021 16:51:20 +0100 Subject: IVGCVSW-5908 Update 21.05 Doxygen Documents Signed-off-by: mathad01 Change-Id: I95316d4fc5f9d10185492dc835bb2411c1daea7b --- 21.05/_neon_comparison_workload_8hpp_source.xhtml | 124 ++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 21.05/_neon_comparison_workload_8hpp_source.xhtml (limited to '21.05/_neon_comparison_workload_8hpp_source.xhtml') diff --git a/21.05/_neon_comparison_workload_8hpp_source.xhtml b/21.05/_neon_comparison_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..33b26d057d --- /dev/null +++ b/21.05/_neon_comparison_workload_8hpp_source.xhtml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/workloads/NeonComparisonWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
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:30
+
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 inputs and outputs to a layer.
+
+
+ + + + -- cgit v1.2.1