Home
last modified time | relevance | path

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

/external/armnn/src/backends/reference/workloads/
DRefLstmWorkload.cpp156 const TensorShape& recurrentToOutputWeightsShape = m_RecurrentToOutputWeightsTensor->GetShape(); in Execute() local
DLstm.cpp17 const TensorShape& recurrentToOutputWeightsShape, in LstmImpl()
DRefUnidirectionalSequenceLstmWorkload.cpp136 const TensorShape& recurrentToOutputWeightsShape = m_RecurrentToOutputWeightsTensor->GetShape(); in Execute() local
/external/armnn/src/armnnSerializer/test/
DLstmSerializationTests.cpp1516 armnn::TensorShape recurrentToOutputWeightsShape = {4, 4}; variable