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_prelu_workload_8hpp_source.xhtml | 72 ++++++++++++++++++++--------- 1 file changed, 50 insertions(+), 22 deletions(-) (limited to '23.02/_ref_prelu_workload_8hpp_source.xhtml') diff --git a/23.02/_ref_prelu_workload_8hpp_source.xhtml b/23.02/_ref_prelu_workload_8hpp_source.xhtml index a1dcafcf5d..e308bf92ad 100644 --- a/23.02/_ref_prelu_workload_8hpp_source.xhtml +++ b/23.02/_ref_prelu_workload_8hpp_source.xhtml @@ -8,7 +8,7 @@ - + ArmNN: src/backends/reference/workloads/RefPreluWorkload.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,27 +101,52 @@ $(document).ready(function(){initNavTree('_ref_prelu_workload_8hpp_source.xhtml'
RefPreluWorkload.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 RefPreluWorkload : public RefBaseWorkload<PreluQueueDescriptor>
15 {
16 public:
17  explicit RefPreluWorkload(const PreluQueueDescriptor& descriptor,
18  const WorkloadInfo& info);
19  void Execute() const override;
20  void ExecuteAsync(ExecutionData& executionData) override;
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 Execute() const override
- - - -
RefPreluWorkload(const PreluQueueDescriptor &descriptor, const WorkloadInfo &info)
-
Contains information about TensorInfos of a layer.
- -
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 RefPreluWorkload : public RefBaseWorkload<PreluQueueDescriptor>
+
15 {
+
16 public:
+
17  explicit RefPreluWorkload(const PreluQueueDescriptor& descriptor,
+
18  const WorkloadInfo& info);
+
19  void Execute() const override;
+
20  void ExecuteAsync(ExecutionData& executionData) override;
+
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 Execute() const override
+ +
Contains information about TensorInfos of a layer.
+
void ExecuteAsync(ExecutionData &executionData) override
+ +
RefPreluWorkload(const PreluQueueDescriptor &descriptor, const WorkloadInfo &info)
+ -- cgit v1.2.1