ArmNN
 24.05
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 47 of file LayerSupportRules.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( ) const
inline

Definition at line 49 of file LayerSupportRules.hpp.

50  {
51  return m_Res;
52  }

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:54