From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- 23.02/_ref_concat_workload_8hpp_source.xhtml | 63 ++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 18 deletions(-) (limited to '23.02/_ref_concat_workload_8hpp_source.xhtml') diff --git a/23.02/_ref_concat_workload_8hpp_source.xhtml b/23.02/_ref_concat_workload_8hpp_source.xhtml index e0df7acd02..73394587e8 100644 --- a/23.02/_ref_concat_workload_8hpp_source.xhtml +++ b/23.02/_ref_concat_workload_8hpp_source.xhtml @@ -8,7 +8,7 @@ - + ArmNN: src/backends/reference/workloads/RefConcatWorkload.hpp Source File @@ -19,9 +19,6 @@ - @@ -30,7 +27,8 @@ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); - + + @@ -51,18 +49,21 @@ - + +/* @license-end */
@@ -76,7 +77,9 @@ $(function() {
@@ -98,23 +101,47 @@ $(document).ready(function(){initNavTree('_ref_concat_workload_8hpp_source.xhtml
RefConcatWorkload.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 RefConcatWorkload : public RefBaseWorkload<ConcatQueueDescriptor>
15 {
16 public:
18  void Execute() const override;
19  void ExecuteAsync(ExecutionData& executionData) override;
20 private:
21  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
22 };
23 
24 } //namespace armnn
-
void Execute() const override
-
Copyright (c) 2021 ARM Limited and Contributors.
- - -
void ExecuteAsync(ExecutionData &executionData) override
- - +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 RefConcatWorkload : public RefBaseWorkload<ConcatQueueDescriptor>
+
15 {
+
16 public:
+ +
18  void Execute() const override;
+
19  void ExecuteAsync(ExecutionData& executionData) override;
+
20 private:
+
21  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
+
22 };
+
23 
+
24 } //namespace armnn
+ + +
void Execute() const override
+ +
Copyright (c) 2021 ARM Limited and Contributors.
+ +
void ExecuteAsync(ExecutionData &executionData) override
+ -- cgit v1.2.1