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 --- ...tection_post_process_workload_8hpp_source.xhtml | 155 --------------------- 1 file changed, 155 deletions(-) delete mode 100644 latest/_ref_detection_post_process_workload_8hpp_source.xhtml (limited to 'latest/_ref_detection_post_process_workload_8hpp_source.xhtml') diff --git a/latest/_ref_detection_post_process_workload_8hpp_source.xhtml b/latest/_ref_detection_post_process_workload_8hpp_source.xhtml deleted file mode 100644 index ce2873335d..0000000000 --- a/latest/_ref_detection_post_process_workload_8hpp_source.xhtml +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/reference/workloads/RefDetectionPostProcessWorkload.hpp Source File - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  23.05 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
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
-
-
- -
- -
- -
Copyright (c) 2021 ARM Limited and Contributors.
-
void Execute() const override
-
RefDetectionPostProcessWorkload(const DetectionPostProcessQueueDescriptor &descriptor, const WorkloadInfo &info)
-
Contains information about TensorInfos of a layer.
-
void ExecuteAsync(ExecutionData &executionData) override
- - - - - - -- cgit v1.2.1