Searched defs:QuantizedLstmParameters (Results 1 – 1 of 1) sorted by relevance
14 struct QuantizedLstmParameters struct17 std::shared_ptr<ConstTensorHandle> m_InputToInputWeights;19 std::shared_ptr<ConstTensorHandle> m_InputToForgetWeights;21 std::shared_ptr<ConstTensorHandle> m_InputToCellWeights;23 std::shared_ptr<ConstTensorHandle> m_InputToOutputWeights;26 std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights;28 std::shared_ptr<ConstTensorHandle> m_RecurrentToForgetWeights;30 std::shared_ptr<ConstTensorHandle> m_RecurrentToCellWeights;32 std::shared_ptr<ConstTensorHandle> m_RecurrentToOutputWeights;35 std::shared_ptr<ConstTensorHandle> m_InputGateBias;[all …]