From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/_ref_constant_workload_8hpp_source.xhtml | 126 +++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 21.08/_ref_constant_workload_8hpp_source.xhtml (limited to '21.08/_ref_constant_workload_8hpp_source.xhtml') diff --git a/21.08/_ref_constant_workload_8hpp_source.xhtml b/21.08/_ref_constant_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..fa773c5954 --- /dev/null +++ b/21.08/_ref_constant_workload_8hpp_source.xhtml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefConstantWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefConstantWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
10 
11 #include <armnn/Types.hpp>
12 
13 namespace armnn
14 {
15 
16 // Base class template providing an implementation of the Constant layer common to all data types.
17 class RefConstantWorkload : public BaseWorkload<ConstantQueueDescriptor>
18 {
19 public:
21 
22  void Execute() const override;
23  void ExecuteAsync(WorkingMemDescriptor& workingMemDescriptor) override;
24 private:
25  void Execute(std::vector<ITensorHandle*> outputs) const;
26 };
27 
28 } //namespace armnn
+ +
void ExecuteAsync(WorkingMemDescriptor &workingMemDescriptor) override
+
Copyright (c) 2021 ARM Limited and Contributors.
+ + + +
void Execute() const override
+ + + +
RefConstantWorkload(const ConstantQueueDescriptor &descriptor, const WorkloadInfo &info)
+
Contains information about TensorInfos of a layer.
+
+
+ + + + -- cgit v1.2.1