From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- Documentation/_verification_helpers_8hpp.html | 207 ++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 Documentation/_verification_helpers_8hpp.html (limited to 'Documentation/_verification_helpers_8hpp.html') diff --git a/Documentation/_verification_helpers_8hpp.html b/Documentation/_verification_helpers_8hpp.html new file mode 100644 index 0000000000..a00eb0eb40 --- /dev/null +++ b/Documentation/_verification_helpers_8hpp.html @@ -0,0 +1,207 @@ + + + + + + + +ArmNN: src/armnnUtils/VerificationHelpers.hpp File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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