ArmNN
 20.02
TypesAreEqual Struct Reference

#include <LayerSupportRules.hpp>

Inheritance diagram for TypesAreEqual:
Rule

Public Member Functions

template<typename ... Ts>
 TypesAreEqual (const Ts &... ts)
 
- 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 71 of file LayerSupportRules.hpp.

Constructor & Destructor Documentation

◆ TypesAreEqual()

TypesAreEqual ( const Ts &...  ts)
inline

Definition at line 74 of file LayerSupportRules.hpp.

References armnn::AllTypesAreEqualImpl(), and Rule::m_Res.

75  {
76  m_Res = AllTypesAreEqualImpl(ts...);
77  }
bool AllTypesAreEqualImpl(T)

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