From 03c7ff3f6188240baaeaeb405a357a0c58195fec Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 22 Aug 2023 12:00:04 +0100 Subject: IVGCVSW-7702 Update Doxygen Docu for 23.08 Signed-off-by: Nikhil Raj Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d --- ...etection_post_process_workload_8hpp_source.html | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 latest/_ref_detection_post_process_workload_8hpp_source.html (limited to 'latest/_ref_detection_post_process_workload_8hpp_source.html') diff --git a/latest/_ref_detection_post_process_workload_8hpp_source.html b/latest/_ref_detection_post_process_workload_8hpp_source.html new file mode 100644 index 0000000000..8ba6406d74 --- /dev/null +++ b/latest/_ref_detection_post_process_workload_8hpp_source.html @@ -0,0 +1,150 @@ + + + + + + + + +Arm NN: src/backends/reference/workloads/RefDetectionPostProcessWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefDetectionPostProcessWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
+
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+
3 // SPDX-License-Identifier: MIT
+
4 //
+
5 
+
6 #pragma once
+
7 
+
8 #include "RefBaseWorkload.hpp"
+ +
10 
+
11 namespace armnn
+
12 {
+
13 
+
14 class RefDetectionPostProcessWorkload : public RefBaseWorkload<DetectionPostProcessQueueDescriptor>
+
15 {
+
16 public:
+ +
18  const WorkloadInfo& info);
+
19  void Execute() const override;
+
20  void ExecuteAsync(ExecutionData& executionData) override;
+
21 
+
22 private:
+
23  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
+
24  std::unique_ptr<ScopedTensorHandle> m_Anchors;
+
25 };
+
26 
+
27 } //namespace armnn
+
+
+
void ExecuteAsync(ExecutionData &executionData) override
+ +
Contains information about TensorInfos of a layer.
+
+ +
+
Copyright (c) 2021 ARM Limited and Contributors.
+ +
RefDetectionPostProcessWorkload(const DetectionPostProcessQueueDescriptor &descriptor, const WorkloadInfo &info)
+
void Execute() const override
+ + + + + + -- cgit v1.2.1