Home
last modified time | relevance | path

Searched defs:QLstmDescriptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/include/armnn/
H A DDescriptors.hpp1347 struct QLstmDescriptor : BaseDescriptor struct
1349 QLstmDescriptor() in QLstmDescriptor() argument
1364 bool operator ==(const QLstmDescriptor& rhs) const in operator ==()
1381 float m_CellClip;
1383 float m_ProjectionClip;
1385 bool m_CifgEnabled;
1387 bool m_PeepholeEnabled;
1389 bool m_ProjectionEnabled;
1391 bool m_LayerNormEnabled;
1393 float m_InputIntermediateScale;
[all …]
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp502 const QLstmDescriptor&, // descriptor in IsQLstmSupported()