24.08
|
A BatchNormalizationDescriptor for the BatchNormalizationLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
BatchNormalizationDescriptor () | |
bool | operator== (const BatchNormalizationDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
float | m_Eps |
Value to add to the variance. Used to avoid dividing by zero. More... | |
DataLayout | m_DataLayout |
The data layout to be used (NCHW, NHWC). More... | |
A BatchNormalizationDescriptor for the BatchNormalizationLayer.
Definition at line 828 of file Descriptors.hpp.
|
inline |
Definition at line 830 of file Descriptors.hpp.
References armnn::NCHW.
|
inline |
Definition at line 835 of file Descriptors.hpp.
References BatchNormalizationDescriptor::m_DataLayout, and BatchNormalizationDescriptor::m_Eps.
DataLayout m_DataLayout |
The data layout to be used (NCHW, NHWC).
Definition at line 843 of file Descriptors.hpp.
Referenced by armnn::BatchNormImpl(), BatchNormalizationDescriptor::operator==(), and StringifyLayerParameters< BatchNormalizationDescriptor >::Serialize().
float m_Eps |
Value to add to the variance. Used to avoid dividing by zero.
Definition at line 841 of file Descriptors.hpp.
Referenced by armnn::BatchNormImpl(), BatchNormalizationDescriptor::operator==(), FuseBatchNorm< ConvLayer, ArmnnType, T >::Run(), and StringifyLayerParameters< BatchNormalizationDescriptor >::Serialize().