From add078b7f9a658d52ee6e8fe6771ea0517c07674 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Mon, 10 May 2021 16:51:20 +0100 Subject: IVGCVSW-5908 Update 21.05 Doxygen Documents Signed-off-by: mathad01 Change-Id: I95316d4fc5f9d10185492dc835bb2411c1daea7b --- .../_ref_space_to_depth_workload_8hpp_source.xhtml | 121 +++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 21.05/_ref_space_to_depth_workload_8hpp_source.xhtml (limited to '21.05/_ref_space_to_depth_workload_8hpp_source.xhtml') diff --git a/21.05/_ref_space_to_depth_workload_8hpp_source.xhtml b/21.05/_ref_space_to_depth_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..f2b7ea2efc --- /dev/null +++ b/21.05/_ref_space_to_depth_workload_8hpp_source.xhtml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefSpaceToDepthWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefSpaceToDepthWorkload.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
8 
9 #include <armnn/TypesUtils.hpp>
10 
11 namespace armnn
12 {
13 
14 class RefSpaceToDepthWorkload : public BaseWorkload<SpaceToDepthQueueDescriptor>
15 {
16 public:
18  void Execute() const override;
19  void ExecuteAsync(WorkingMemDescriptor& workingMemDescriptor) override;
20 private:
21  void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const;
22 };
23 
24 } //namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
+ + + + +
void ExecuteAsync(WorkingMemDescriptor &workingMemDescriptor) override
+ + +
+
+ + + + -- cgit v1.2.1