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


The documentation for this class was generated from the following file: