Searched defs:LstmInput (Results 1 – 1 of 1) sorted by relevance
13 struct LstmInput struct15 LstmInput(const std::vector<float>& inputSeq, in LstmInput() function23 std::vector<float> m_InputSeq;24 std::vector<float> m_StateH;25 std::vector<float> m_StateC;