Searched defs:SoftmaxDescriptor (Results 1 – 3 of 3) sorted by relevance
177 struct SoftmaxDescriptor : BaseDescriptor struct179 SoftmaxDescriptor() in SoftmaxDescriptor() argument184 bool operator ==(const SoftmaxDescriptor& rhs) const in operator ==()190 float m_Beta;192 int m_Axis;
1147 struct SoftmaxDescriptor struct1154 bool operator ==(const SoftmaxDescriptor& rhs) const; argument
568 const SoftmaxDescriptor&, // descriptor in IsSoftmaxSupported()