ArmNN
 26.01
Loading...
Searching...
No Matches
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()

template<typename Container >
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 }

References Rule::m_Res.


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