From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- ...ef_space_to_batch_nd_workload_8hpp_source.xhtml | 121 +++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 21.11/_ref_space_to_batch_nd_workload_8hpp_source.xhtml (limited to '21.11/_ref_space_to_batch_nd_workload_8hpp_source.xhtml') diff --git a/21.11/_ref_space_to_batch_nd_workload_8hpp_source.xhtml b/21.11/_ref_space_to_batch_nd_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..c18eba5960 --- /dev/null +++ b/21.11/_ref_space_to_batch_nd_workload_8hpp_source.xhtml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefSpaceToBatchNdWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefSpaceToBatchNdWorkload.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 RefSpaceToBatchNdWorkload : public BaseWorkload<SpaceToBatchNdQueueDescriptor>
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