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/_verification_helpers_8hpp.xhtml | 221 +++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 20.02/_verification_helpers_8hpp.xhtml (limited to '20.02/_verification_helpers_8hpp.xhtml') diff --git a/20.02/_verification_helpers_8hpp.xhtml b/20.02/_verification_helpers_8hpp.xhtml new file mode 100644 index 0000000000..0da2719b94 --- /dev/null +++ b/20.02/_verification_helpers_8hpp.xhtml @@ -0,0 +1,221 @@ + + + + + + + + + + + + + +ArmNN: src/armnnUtils/VerificationHelpers.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
VerificationHelpers.hpp File Reference
+
+
+
#include <iostream>
+#include <sstream>
+#include <armnn/Exceptions.hpp>
+
+

Go to the source code of this file.

+ + + + +

+Namespaces

 armnnUtils
 
+ + + + + + + +

+Macros

#define CHECKED_INT32(VALUE)   armnnUtils::VerifyInt32(#VALUE, VALUE, CHECK_LOCATION())
 
#define CHECK_VALID_SIZE(ACTUAL, ...)   armnnUtils::CheckValidSize({__VA_ARGS__}, ACTUAL, #__VA_ARGS__, #ACTUAL, CHECK_LOCATION())
 
#define CHECKED_NON_NEGATIVE(VALUE)   armnnUtils::NonNegative(#VALUE, VALUE, CHECK_LOCATION())
 
+ + + + + + + +

+Functions

void CheckValidSize (std::initializer_list< size_t > validInputCounts, size_t actualValue, const char *validExpr, const char *actualExpr, const CheckLocation &location)
 
uint32_t NonNegative (const char *expr, int32_t value, const CheckLocation &location)
 
int32_t VerifyInt32 (const char *expr, int64_t value, const armnn::CheckLocation &location)
 
+

Macro Definition Documentation

+ +

◆ CHECK_VALID_SIZE

+ + + +

◆ CHECKED_INT32

+ +
+
+ + + + + + + + +
#define CHECKED_INT32( VALUE)   armnnUtils::VerifyInt32(#VALUE, VALUE, CHECK_LOCATION())
+
+ +

Definition at line 30 of file VerificationHelpers.hpp.

+ +
+
+ +

◆ CHECKED_NON_NEGATIVE

+ + +
+
+ + + + -- cgit v1.2.1