Searched defs:LstmDescriptor (Results 1 – 3 of 3) sorted by relevance
557 struct LstmDescriptor struct576 bool operator ==(const LstmDescriptor& rhs) const; argument
1069 struct LstmDescriptor : BaseDescriptor struct1071 LstmDescriptor() in LstmDescriptor() argument1088 bool operator ==(const LstmDescriptor& rhs) const in operator ==()1107 uint32_t m_ActivationFunc;1109 float m_ClippingThresCell;1111 float m_ClippingThresProj;1113 bool m_CifgEnabled;1115 bool m_PeepholeEnabled;1117 bool m_ProjectionEnabled;1119 bool m_LayerNormEnabled;[all …]
367 const LstmDescriptor&, // descriptor in IsLstmSupported()671 const LstmDescriptor&, // descriptor in IsUnidirectionalSequenceLstmSupported()