Home
last modified time | relevance | path

Searched refs:recurrentToOutputWeightsShape (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefUnidirectionalSequenceLstmWorkload.cpp136 const TensorShape& recurrentToOutputWeightsShape = m_RecurrentToOutputWeightsTensor->GetShape(); in Execute() local
137 unsigned int nOutput = recurrentToOutputWeightsShape[1]; in Execute()
245 recurrentToOutputWeightsShape, in Execute()
H A DLstm.cpp17 const TensorShape& recurrentToOutputWeightsShape, in LstmImpl() argument
67 const uint32_t nOutput = recurrentToOutputWeightsShape[1]; in LstmImpl()
H A DRefLstmWorkload.cpp156 const TensorShape& recurrentToOutputWeightsShape = m_RecurrentToOutputWeightsTensor->GetShape(); in Execute() local
212 recurrentToOutputWeightsShape, in Execute()
H A DLstm.hpp21 const TensorShape& recurrentToOutputWeightsShape,
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp268 const Shape recurrentToOutputWeightsShape = in execute() local
279 const uint32_t outputSize = recurrentToOutputWeightsShape.dimensions[1]; in execute()
444 recurrentToOutputWeightsShape.scale * prevOutputShape.scale / outputIntermediateScale; in execute()
530 -prevOutputShape.offset, recurrentToOutputWeightsBuffer, recurrentToOutputWeightsShape, in execute()
/aosp_15_r20/external/armnn/src/armnnSerializer/test/
H A DLstmSerializationTests.cpp1516 armnn::TensorShape recurrentToOutputWeightsShape = {4, 4}; variable
1518 armnn::TensorInfo recurrentToOutputWeightsInfo(recurrentToOutputWeightsShape,