ArmNN
 20.02
TypeNotPerAxisQuantized Struct Reference

#include <LayerSupportRules.hpp>

Inheritance diagram for TypeNotPerAxisQuantized:
Rule

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 109 of file LayerSupportRules.hpp.

Constructor & Destructor Documentation

◆ TypeNotPerAxisQuantized()

TypeNotPerAxisQuantized ( const TensorInfo info)
inline

Definition at line 111 of file LayerSupportRules.hpp.

References TensorInfo::HasPerAxisQuantization(), TensorInfo::IsQuantized(), and Rule::m_Res.

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

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