Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/layers/
H A DQuantizedLstmLayer.hpp14 struct QuantizedLstmParameters struct
17 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 …]