Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/layers/
H A DQLstmLayer.hpp14 struct QLstmBasicParameters struct
17 std::shared_ptr<ConstTensorHandle> m_InputToForgetWeights;
19 std::shared_ptr<ConstTensorHandle> m_InputToCellWeights;
21 std::shared_ptr<ConstTensorHandle> m_InputToOutputWeights;
24 std::shared_ptr<ConstTensorHandle> m_RecurrentToForgetWeights;
26 std::shared_ptr<ConstTensorHandle> m_RecurrentToCellWeights;
28 std::shared_ptr<ConstTensorHandle> m_RecurrentToOutputWeights;
31 std::shared_ptr<ConstTensorHandle> m_ForgetGateBias;
33 std::shared_ptr<ConstTensorHandle> m_CellBias;
35 std::shared_ptr<ConstTensorHandle> m_OutputGateBias;