From cb0630959aeae05bc2ae9f6d80cf5f5983a8fb77 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 23 Nov 2022 11:05:29 +0000 Subject: IVGCVSW-7075 Update Doxygen for 22.11 Release Signed-off-by: Nikhil Raj Change-Id: Ib5669e8fd3739d1b10f5dd694d020d51799896dc --- ...lassarmnn__driver_1_1_unsupported_operand.xhtml | 196 +++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 22.11/classarmnn__driver_1_1_unsupported_operand.xhtml (limited to '22.11/classarmnn__driver_1_1_unsupported_operand.xhtml') diff --git a/22.11/classarmnn__driver_1_1_unsupported_operand.xhtml b/22.11/classarmnn__driver_1_1_unsupported_operand.xhtml new file mode 100644 index 0000000000..16e5d1b4a7 --- /dev/null +++ b/22.11/classarmnn__driver_1_1_unsupported_operand.xhtml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + +ArmNN: UnsupportedOperand< OperandType > Class Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
UnsupportedOperand< OperandType > Class Template Reference
+
+
+ +

#include <CanonicalUtils.hpp>

+
+Inheritance diagram for UnsupportedOperand< OperandType >:
+
+
+ + + +
+ + + + +

+Public Member Functions

 UnsupportedOperand (const OperandType type)
 
+ + + +

+Public Attributes

OperandType m_type
 
+

Detailed Description

+

template<typename OperandType>
+class armnn_driver::UnsupportedOperand< OperandType >

+ + +

Definition at line 27 of file CanonicalUtils.hpp.

+

Constructor & Destructor Documentation

+ +

◆ UnsupportedOperand()

+ +
+
+ + + + + +
+ + + + + + + + +
UnsupportedOperand (const OperandType type)
+
+inline
+
+ +

Definition at line 30 of file CanonicalUtils.hpp.

+
31  : std::runtime_error("Operand type is unsupported")
32  , m_type(type)
33  {}
+
+
+
+

Member Data Documentation

+ +

◆ m_type

+ +
+
+ + + + +
OperandType m_type
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1