From d5d43d82c0137e08553e44345c609cdd1a7931c7 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 17 Jun 2022 13:24:58 +0100 Subject: Update Doxygen for 22.05 patch release * Pooling3D added to tfLite delegate * Available in tag 22.05.01 Signed-off-by: Nikhil Raj Change-Id: I8d605bba4e87d30baa2c6d7b338c78a4400dc021 --- 22.05.01/_yolo_database_8hpp.xhtml | 178 +++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 22.05.01/_yolo_database_8hpp.xhtml (limited to '22.05.01/_yolo_database_8hpp.xhtml') diff --git a/22.05.01/_yolo_database_8hpp.xhtml b/22.05.01/_yolo_database_8hpp.xhtml new file mode 100644 index 0000000000..285e33f668 --- /dev/null +++ b/22.05.01/_yolo_database_8hpp.xhtml @@ -0,0 +1,178 @@ + + + + + + + + + + + + + +ArmNN: tests/YoloDatabase.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
YoloDatabase.hpp File Reference
+
+
+
#include "ClassifierTestCaseData.hpp"
+#include <array>
+#include <string>
+#include <memory>
+
+

Go to the source code of this file.

+ + + + + + + + + + +

+Classes

struct  YoloBoundingBox
 
struct  YoloDetectedObject
 
class  YoloTestCaseData
 
class  YoloDatabase
 
+ + + + + +

+Variables

constexpr unsigned int YoloImageWidth = 448
 
constexpr unsigned int YoloImageHeight = 448
 
+

Variable Documentation

+ +

◆ YoloImageHeight

+ +
+
+ + + + +
constexpr unsigned int YoloImageHeight = 448
+
+ +

Definition at line 51 of file YoloDatabase.hpp.

+ +

Referenced by YoloDatabase::GetTestCaseData(), and YoloTestCase< Model >::ProcessResult().

+ +
+
+ +

◆ YoloImageWidth

+ +
+
+ + + + +
constexpr unsigned int YoloImageWidth = 448
+
+ +

Definition at line 50 of file YoloDatabase.hpp.

+ +

Referenced by YoloDatabase::GetTestCaseData(), and YoloTestCase< Model >::ProcessResult().

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