From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/_cifar10_database_8cpp.xhtml | 147 +++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 21.08/_cifar10_database_8cpp.xhtml (limited to '21.08/_cifar10_database_8cpp.xhtml') diff --git a/21.08/_cifar10_database_8cpp.xhtml b/21.08/_cifar10_database_8cpp.xhtml new file mode 100644 index 0000000000..3edcea8ab6 --- /dev/null +++ b/21.08/_cifar10_database_8cpp.xhtml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + +ArmNN: tests/Cifar10Database.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Cifar10Database.cpp File Reference
+
+
+
#include "Cifar10Database.hpp"
+#include <armnn/Logging.hpp>
+#include <armnn/utility/NumericCast.hpp>
+#include <fstream>
+#include <vector>
+
+

Go to the source code of this file.

+ + + + +

+Variables

constexpr unsigned int g_kCifar10ImageByteSize = 1 + 3 * 32 * 32
 
+

Variable Documentation

+ +

◆ g_kCifar10ImageByteSize

+ +
+
+ + + + +
constexpr unsigned int g_kCifar10ImageByteSize = 1 + 3 * 32 * 32
+
+ +

Definition at line 13 of file Cifar10Database.cpp.

+ +

Referenced by Cifar10Database::GetTestCaseData().

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