Home
last modified time | relevance | path

Searched defs:LstmDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i557 struct LstmDescriptor struct
576 bool operator ==(const LstmDescriptor& rhs) const; argument
/external/armnn/include/armnn/
DDescriptors.hpp1069 struct LstmDescriptor : BaseDescriptor struct
1071 LstmDescriptor() in LstmDescriptor() function
1088 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 …]
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp367 const LstmDescriptor&, // descriptor in IsLstmSupported()
671 const LstmDescriptor&, // descriptor in IsUnidirectionalSequenceLstmSupported()