|
24.08
|
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. More... | |
| int | m_Axis |
| Scalar, defaulted to the last index (-1), specifying the dimension the activation will be performed on. More... | |
A SoftmaxDescriptor for the SoftmaxLayer.
Definition at line 177 of file Descriptors.hpp.
|
inline |
Definition at line 179 of file Descriptors.hpp.
|
inline |
Definition at line 184 of file Descriptors.hpp.
References SoftmaxDescriptor::m_Axis, and SoftmaxDescriptor::m_Beta.
| 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 ClLogSoftmaxWorkload::ClLogSoftmaxWorkload(), ClSoftmaxWorkload::ClSoftmaxWorkload(), armnn::ComputeSoftmaxAclAxis(), armnn::LogSoftmax(), NeonLogSoftmaxWorkload::NeonLogSoftmaxWorkload(), NeonSoftmaxWorkload::NeonSoftmaxWorkload(), SoftmaxDescriptor::operator==(), and StringifyLayerParameters< SoftmaxDescriptor >::Serialize().
| float m_Beta |
Exponentiation value.
Definition at line 190 of file Descriptors.hpp.
Referenced by ClLogSoftmaxWorkload::ClLogSoftmaxWorkload(), ClSoftmaxWorkload::ClSoftmaxWorkload(), ConvertSoftmaxToTosaOperator(), armnn::LogSoftmax(), NeonLogSoftmaxWorkload::NeonLogSoftmaxWorkload(), NeonSoftmaxWorkload::NeonSoftmaxWorkload(), SoftmaxDescriptor::operator==(), and StringifyLayerParameters< SoftmaxDescriptor >::Serialize().