ArmNN
 24.02
TypeNotPerAxisQuantized Struct Reference

#include <LayerSupportRules.hpp>

Inheritance diagram for TypeNotPerAxisQuantized:
[legend]
Collaboration diagram for TypeNotPerAxisQuantized:
[legend]

Public Member Functions

 TypeNotPerAxisQuantized (const TensorInfo &info)
 
- Public Member Functions inherited from Rule
bool operator() () const
 

Additional Inherited Members

- Public Attributes inherited from Rule
bool m_Res = true
 

Detailed Description

Definition at line 110 of file LayerSupportRules.hpp.

Constructor & Destructor Documentation

◆ TypeNotPerAxisQuantized()

TypeNotPerAxisQuantized ( const TensorInfo info)
inline

Definition at line 112 of file LayerSupportRules.hpp.

113  {
114  m_Res = !info.IsQuantized() || !info.HasPerAxisQuantization();
115  }

References armnn::info, and Rule::m_Res.


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