Searched defs:QLstmBasicParameters (Results 1 – 1 of 1) sorted by relevance
14 struct QLstmBasicParameters struct17 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;