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_activation_workload_8hpp_source.xhtml | 64 +++++++++++++++++------- 1 file changed, 46 insertions(+), 18 deletions(-) (limited to '23.02/_ref_activation_workload_8hpp_source.xhtml') diff --git a/23.02/_ref_activation_workload_8hpp_source.xhtml b/23.02/_ref_activation_workload_8hpp_source.xhtml index aad7a869cc..b80289e124 100644 --- a/23.02/_ref_activation_workload_8hpp_source.xhtml +++ b/23.02/_ref_activation_workload_8hpp_source.xhtml @@ -8,7 +8,7 @@ - + ArmNN: src/backends/reference/workloads/RefActivationWorkload.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,48 @@ $(document).ready(function(){initNavTree('_ref_activation_workload_8hpp_source.x
RefActivationWorkload.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 RefActivationWorkload : public RefBaseWorkload<ActivationQueueDescriptor>
15 {
16 public:
18  void Execute() const override;
19  void ExecuteAsync(ExecutionData& executionData) override;
20 
21 private:
22  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
23 };
24 
25 } //namespace armnn
-
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 RefActivationWorkload : public RefBaseWorkload<ActivationQueueDescriptor>
+
15 {
+
16 public:
+ +
18  void Execute() const override;
+
19  void ExecuteAsync(ExecutionData& executionData) override;
+
20 
+
21 private:
+
22  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
+
23 };
+
24 
+
25 } //namespace armnn
+
void ExecuteAsync(ExecutionData &executionData) override
+ + + + +
Copyright (c) 2021 ARM Limited and Contributors.
+ + -- cgit v1.2.1