ArmNN
 24.02
Rule Struct Reference

#include <LayerSupportRules.hpp>

Inheritance diagram for Rule:
[legend]

Public Member Functions

bool operator() () const
 

Public Attributes

bool m_Res = true
 

Detailed Description

Definition at line 48 of file LayerSupportRules.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( ) const
inline

Definition at line 50 of file LayerSupportRules.hpp.

51  {
52  return m_Res;
53  }

References Rule::m_Res.

Member Data Documentation

◆ m_Res


The documentation for this struct was generated from the following file:
armnn::Rule::m_Res
bool m_Res
Definition: LayerSupportRules.hpp:55