Home
last modified time | relevance | path

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

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