From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/structarmnn_1_1_type_is.xhtml | 191 ++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 22.02/structarmnn_1_1_type_is.xhtml (limited to '22.02/structarmnn_1_1_type_is.xhtml') diff --git a/22.02/structarmnn_1_1_type_is.xhtml b/22.02/structarmnn_1_1_type_is.xhtml new file mode 100644 index 0000000000..03b11eaa80 --- /dev/null +++ b/22.02/structarmnn_1_1_type_is.xhtml @@ -0,0 +1,191 @@ + + + + + + + + + + + + + +ArmNN: TypeIs Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TypeIs Struct Reference
+
+
+ +

#include <LayerSupportRules.hpp>

+
+Inheritance diagram for TypeIs:
+
+
+ + +Rule + +
+ + + + + + + +

+Public Member Functions

 TypeIs (const TensorInfo &info, DataType dt)
 
- Public Member Functions inherited from Rule
bool operator() () const
 
+ + + + +

+Additional Inherited Members

- Public Attributes inherited from Rule
bool m_Res = true
 
+

Detailed Description

+
+

Definition at line 102 of file LayerSupportRules.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TypeIs()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
TypeIs (const TensorInfoinfo,
DataType dt 
)
+
+inline
+
+ +

Definition at line 104 of file LayerSupportRules.hpp.

+ +

References TensorInfo::GetDataType(), and Rule::m_Res.

+
105  {
106  m_Res = dt == info.GetDataType();
107  }
+ +
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1