From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/_ref_pad_workload_8hpp_source.xhtml | 123 ++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 Documentation/_ref_pad_workload_8hpp_source.xhtml (limited to 'Documentation/_ref_pad_workload_8hpp_source.xhtml') diff --git a/Documentation/_ref_pad_workload_8hpp_source.xhtml b/Documentation/_ref_pad_workload_8hpp_source.xhtml new file mode 100644 index 0000000000..69fc0f91a9 --- /dev/null +++ b/Documentation/_ref_pad_workload_8hpp_source.xhtml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefPadWorkload.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefPadWorkload.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/TypesUtils.hpp>
12 
13 namespace armnn
14 {
15 
16 template <armnn::DataType DataType>
17 class RefPadWorkload : public TypedWorkload<PadQueueDescriptor, DataType>
18 {
19 public:
20 
21  static const std::string& GetName()
22  {
23  static const std::string name = std::string("RefPad") + GetDataTypeName(DataType) + "Workload";
24  return name;
25  }
26 
29 
30  void Execute() const override;
31 };
32 
38 
39 } //namespace armnn
+ +
Copyright (c) 2020 ARM Limited.
+
void Execute() const override
+
constexpr const char * GetDataTypeName(DataType dataType)
Definition: TypesUtils.hpp:168
+
static const std::string & GetName()
+ +
DataType
Definition: Types.hpp:32
+ + +
+
+ + + + -- cgit v1.2.1