|
25.11
|
A SoftmaxDescriptor for the SoftmaxLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
| SoftmaxDescriptor () | |
| bool | operator== (const SoftmaxDescriptor &rhs) const |
| Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| float | m_Beta |
| Exponentiation value. | |
| int | m_Axis |
| Scalar, defaulted to the last index (-1), specifying the dimension the activation will be performed on. | |
A SoftmaxDescriptor for the SoftmaxLayer.
Definition at line 177 of file Descriptors.hpp.
|
inline |
Definition at line 179 of file Descriptors.hpp.
References m_Axis, and m_Beta.
Referenced by operator==().
|
inline |
Definition at line 184 of file Descriptors.hpp.
References m_Axis, m_Beta, and SoftmaxDescriptor().
| int m_Axis |
Scalar, defaulted to the last index (-1), specifying the dimension the activation will be performed on.
Definition at line 192 of file Descriptors.hpp.
Referenced by armnn::ClLogSoftmaxWorkloadValidate(), armnn::ClSoftmaxWorkloadValidate(), armnn::ComputeSoftmaxAclAxis(), armnn::LogSoftmax(), armnn::NeonLogSoftmaxWorkloadValidate(), armnn::NeonSoftmaxWorkloadValidate(), operator==(), StringifyLayerParameters< SoftmaxDescriptor >::Serialize(), and SoftmaxDescriptor().
| float m_Beta |
Exponentiation value.
Definition at line 190 of file Descriptors.hpp.
Referenced by armnn::ClLogSoftmaxWorkloadValidate(), armnn::ClSoftmaxWorkloadValidate(), ConvertSoftmaxToTosaOperator(), armnn::LogSoftmax(), armnn::NeonLogSoftmaxWorkloadValidate(), armnn::NeonSoftmaxWorkloadValidate(), operator==(), StringifyLayerParameters< SoftmaxDescriptor >::Serialize(), and SoftmaxDescriptor().