From 8d2ca734165a068478df7cffa46185680b05cd20 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 24 Feb 2023 10:28:19 +0000 Subject: Update Doxygen docu for 23.02 Signed-off-by: Nikhil Raj Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971 --- 23.02/_ref_debug_workload_8hpp.xhtml | 152 +++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 23.02/_ref_debug_workload_8hpp.xhtml (limited to '23.02/_ref_debug_workload_8hpp.xhtml') diff --git a/23.02/_ref_debug_workload_8hpp.xhtml b/23.02/_ref_debug_workload_8hpp.xhtml new file mode 100644 index 0000000000..6b1884fbc3 --- /dev/null +++ b/23.02/_ref_debug_workload_8hpp.xhtml @@ -0,0 +1,152 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefDebugWorkload.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefDebugWorkload.hpp File Reference
+
+
+
#include <armnn/TypesUtils.hpp>
+#include "RefBaseWorkload.hpp"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  RefDebugWorkload< DataType >
 
+ + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + + + + + + + + + + + + + + + +

+Typedefs

using RefDebugBFloat16Workload = RefDebugWorkload< DataType::BFloat16 >
 
using RefDebugFloat16Workload = RefDebugWorkload< DataType::Float16 >
 
using RefDebugFloat32Workload = RefDebugWorkload< DataType::Float32 >
 
using RefDebugQAsymmU8Workload = RefDebugWorkload< DataType::QAsymmU8 >
 
using RefDebugQAsymmS8Workload = RefDebugWorkload< DataType::QAsymmS8 >
 
using RefDebugQSymmS16Workload = RefDebugWorkload< DataType::QSymmS16 >
 
using RefDebugQSymmS8Workload = RefDebugWorkload< DataType::QSymmS8 >
 
using RefDebugSigned32Workload = RefDebugWorkload< DataType::Signed32 >
 
+
+
+ + + + -- cgit v1.2.1