From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/namespacestd.xhtml | 174 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 21.02/namespacestd.xhtml (limited to '21.02/namespacestd.xhtml') diff --git a/21.02/namespacestd.xhtml b/21.02/namespacestd.xhtml new file mode 100644 index 0000000000..8e4fd3db63 --- /dev/null +++ b/21.02/namespacestd.xhtml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + +ArmNN: std Namespace Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
std Namespace Reference
+
+
+ + + + + + + + + + + + + + + + + + + + +

+Classes

struct  hash< armnn::BackendId >
 make BackendId compatible with std hashtables by reusing the hash function for strings. More...
 
struct  hash< armnn::profiling::ProfilingDynamicGuid >
 make ProfilingDynamicGuid hashable More...
 
struct  hash< armnn::profiling::ProfilingGuid >
 make ProfilingGuid hashable More...
 
struct  hash< armnn::profiling::ProfilingStaticGuid >
 make ProfilingStaticGuid hashable More...
 
struct  is_floating_point< armnn::Half >
 
struct  is_floating_point< const armnn::Half >
 
struct  is_floating_point< volatile armnn::Half >
 
+ + + +

+Functions

bool operator== (const std::vector< uint8_t > &left, int right)
 
+

Function Documentation

+ +

◆ operator==()

+ +
+
+ + + + + + + + + + + + + + + + + + +
bool operator== (const std::vector< uint8_t > & left,
int right 
)
+
+ +

Definition at line 952 of file ProfilingUtils.cpp.

+
953 {
954  return std::memcmp(left.data(), &right, left.size()) == 0;
955 }
+
+
+
+
+ + + + -- cgit v1.2.1