From 549b9600a6eaf0727fa084465a75f173edf8f381 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 24 May 2022 11:32:07 +0100 Subject: Update 22.05 Doxygen Docs after updates to main Readme Signed-off-by: Nikhil Raj Change-Id: I56711772406a41ff81fa136a5fb6c59c9b9cf504 --- 22.05/_convert_constants_8hpp.xhtml | 164 ++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 22.05/_convert_constants_8hpp.xhtml (limited to '22.05/_convert_constants_8hpp.xhtml') diff --git a/22.05/_convert_constants_8hpp.xhtml b/22.05/_convert_constants_8hpp.xhtml new file mode 100644 index 0000000000..8b187b859d --- /dev/null +++ b/22.05/_convert_constants_8hpp.xhtml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/optimizations/ConvertConstants.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ConvertConstants.hpp File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Classes

struct  BFloat16ToFloat32
 
struct  Float16ToFloat32
 
struct  Float32ToBFloat16
 
struct  Float32ToFloat16
 
class  ConvertConstants< Converter, Predicate >
 
struct  IsFloat32Layer
 
struct  IsFloat16Layer
 
struct  IsBFloat16Layer
 
+ + + + + + +

+Namespaces

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

+Typedefs

using ConvertConstantsBFloatToFloat = ConvertConstants< BFloat16ToFloat32, IsFloat32Layer >
 
using ConvertConstantsFloatToBFloat = ConvertConstants< Float32ToBFloat16, IsBFloat16Layer >
 
using ConvertConstantsHalfToFloat = ConvertConstants< Float16ToFloat32, IsFloat32Layer >
 
using ConvertConstantsFloatToHalf = ConvertConstants< Float32ToFloat16, IsFloat16Layer >
 
+
+
+ + + + -- cgit v1.2.1