ArmNN
 20.05
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 49 of file LayerSupportRules.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( ) const
inline

Definition at line 51 of file LayerSupportRules.hpp.

References Rule::m_Res.

52  {
53  return m_Res;
54  }

Member Data Documentation

◆ m_Res


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