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/struct_tosa_type_any_of.xhtml | 178 ++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 23.02/struct_tosa_type_any_of.xhtml (limited to '23.02/struct_tosa_type_any_of.xhtml') diff --git a/23.02/struct_tosa_type_any_of.xhtml b/23.02/struct_tosa_type_any_of.xhtml new file mode 100644 index 0000000000..2a20c64890 --- /dev/null +++ b/23.02/struct_tosa_type_any_of.xhtml @@ -0,0 +1,178 @@ + + + + + + + + + + + + + +ArmNN: TosaTypeAnyOf Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TosaTypeAnyOf Struct Reference
+
+
+ +

#include <TosaLayerSupportRules.hpp>

+
+Inheritance diagram for TosaTypeAnyOf:
+
+
+ + + +
+ + + + + +

+Public Member Functions

template<typename Container >
 TosaTypeAnyOf (TosaSerializationTensor *tensor, const Container &c)
 
+

Detailed Description

+
+

Definition at line 22 of file TosaLayerSupportRules.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TosaTypeAnyOf()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
TosaTypeAnyOf (TosaSerializationTensor * tensor,
const Container & c 
)
+
+inline
+
+ +

Definition at line 25 of file TosaLayerSupportRules.hpp.

+
26  {
27  m_Res = std::any_of(c.begin(), c.end(), [&tensor](DType dt)
28  {
29  return dt == tensor->GetDtype();
30  });
31  }
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1