Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/
H A DLstmCommon.hpp13 struct LstmInput struct
15 LstmInput(const std::vector<float>& inputSeq, in LstmInput() function
23 std::vector<float> m_InputSeq;
24 std::vector<float> m_StateH;
25 std::vector<float> m_StateC;