ArmNN
 23.08
UnsupportedOperand< OperandType > Class Template Reference

#include <CanonicalUtils.hpp>

Inheritance diagram for UnsupportedOperand< OperandType >:
[legend]
Collaboration diagram for UnsupportedOperand< OperandType >:
[legend]

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

Definition at line 35 of file CanonicalUtils.hpp.

Referenced by armnn_driver::ConvertToLayerInputHandle().


The documentation for this class was generated from the following file:
armnn_driver::UnsupportedOperand::m_type
OperandType m_type
Definition: CanonicalUtils.hpp:35