ArmNN
 25.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TosaAssertSize Struct Reference

#include <TosaLayerSupportRules.hpp>

Inheritance diagram for TosaAssertSize:
[legend]
Collaboration diagram for TosaAssertSize:
[legend]

Public Member Functions

template<typename Container >
 TosaAssertSize (const Container &c1, const Container &c2)
 
- 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 47 of file TosaLayerSupportRules.hpp.

Constructor & Destructor Documentation

◆ TosaAssertSize()

TosaAssertSize ( const Container &  c1,
const Container &  c2 
)
inlineexplicit

Definition at line 50 of file TosaLayerSupportRules.hpp.

51  {
52  m_Res = (c1.size() == c2.size());
53  }

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