ArmNN
 23.08
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)
 

Detailed Description

Definition at line 42 of file TosaLayerSupportRules.hpp.

Constructor & Destructor Documentation

◆ TosaAssertSize()

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

Definition at line 45 of file TosaLayerSupportRules.hpp.

46  {
47  m_Res = (c1.size() == c2.size());
48  }

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