Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/layers/
H A DLstmParameters.hpp54 struct LstmBasicParameters struct
57 std::shared_ptr<ConstTensorHandle> m_InputToForgetWeights;
59 std::shared_ptr<ConstTensorHandle> m_InputToCellWeights;
61 std::shared_ptr<ConstTensorHandle> m_InputToOutputWeights;
63 std::shared_ptr<ConstTensorHandle> m_RecurrentToForgetWeights;
65 std::shared_ptr<ConstTensorHandle> m_RecurrentToCellWeights;
67 std::shared_ptr<ConstTensorHandle> m_RecurrentToOutputWeights;
69 std::shared_ptr<ConstTensorHandle> m_ForgetGateBias;
71 std::shared_ptr<ConstTensorHandle> m_CellBias;
73 std::shared_ptr<ConstTensorHandle> m_OutputGateBias;