ArmNN
 21.08
Rule Struct Reference

#include <LayerSupportRules.hpp>

Inheritance diagram for Rule:
BiasAndWeightsTypesCompatible BiasAndWeightsTypesMatch QuantizationParametersAreEqual ShapesAreBroadcastCompatible ShapesAreSameRank ShapesAreSameTotalSize TensorNumDimensionsAreCorrect TypeAnyOf TypeIs TypeNotPerAxisQuantized TypesAreEqual

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.

References Rule::m_Res.

51  {
52  return m_Res;
53  }

Member Data Documentation

◆ m_Res


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