From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/structarmnn_1_1_string_mapping.xhtml | 250 +++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 20.02/structarmnn_1_1_string_mapping.xhtml (limited to '20.02/structarmnn_1_1_string_mapping.xhtml') diff --git a/20.02/structarmnn_1_1_string_mapping.xhtml b/20.02/structarmnn_1_1_string_mapping.xhtml new file mode 100644 index 0000000000..48c1a3dabd --- /dev/null +++ b/20.02/structarmnn_1_1_string_mapping.xhtml @@ -0,0 +1,250 @@ + + + + + + + + + + + + + +ArmNN: StringMapping Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ + +
+ +

StringMapping is helper class to be able to use strings as template parameters, so this allows simplifying code which only differs in a string, such as a debug string literal. + More...

+ +

#include <StringMapping.hpp>

+ + + + +

+Public Types

enum  Id {
+  RefAdditionWorkload_Execute, +RefDivisionWorkload_Execute, +RefMaximumWorkload_Execute, +RefMinimumWorkload_Execute, +
+  RefMultiplicationWorkload_Execute, +RefSubtractionWorkload_Execute, +MAX_STRING_ID +
+ }
 
+ + + +

+Public Member Functions

const char * Get (Id id) const
 
+ + + +

+Static Public Member Functions

static const StringMappingInstance ()
 
+

Detailed Description

+

StringMapping is helper class to be able to use strings as template parameters, so this allows simplifying code which only differs in a string, such as a debug string literal.

+ +

Definition at line 16 of file StringMapping.hpp.

+

Member Enumeration Documentation

+ +

◆ Id

+ + +

Member Function Documentation

+ +

◆ Get()

+ + + +

◆ Instance()

+ +
+
+ + + + + +
+ + + + + + + +
const StringMapping & Instance ()
+
+static
+
+ +

Definition at line 11 of file StringMapping.cpp.

+ +

Referenced by RefElementwiseWorkload< Functor, ParentDescriptor, DebugString >::Execute(), and StringMapping::Get().

+
12 {
13  static StringMapping instance;
14  return instance;
15 }
+
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1