From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- 20.05/_ref_permute_workload_8hpp_source.xhtml | 122 ++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 20.05/_ref_permute_workload_8hpp_source.xhtml (limited to '20.05/_ref_permute_workload_8hpp_source.xhtml') diff --git a/20.05/_ref_permute_workload_8hpp_source.xhtml b/20.05/_ref_permute_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..cb4e68b42d --- /dev/null +++ b/20.05/_ref_permute_workload_8hpp_source.xhtml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefPermuteWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefPermuteWorkload.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 
9 
10 #include <armnn/TypesUtils.hpp>
11 
12 namespace armnn
13 {
14 
15 template <armnn::DataType DataType>
16 class RefPermuteWorkload : public TypedWorkload<PermuteQueueDescriptor, DataType>
17 {
18 public:
19  static const std::string& GetName()
20  {
21  static const std::string name = std::string("RefPermute") + GetDataTypeName(DataType) + "Workload";
22  return name;
23  }
24 
27  void Execute() const override;
28 };
29 
36 
37 } //namespace armnn
+
static const std::string & GetName()
+
Copyright (c) 2020 ARM Limited.
+
constexpr const char * GetDataTypeName(DataType dataType)
Definition: TypesUtils.hpp:168
+ +
DataType
Definition: Types.hpp:32
+ +
void Execute() const override
+ +
+
+ + + + -- cgit v1.2.1