Searched refs:recurrentToOutputWeightsShape (Results 1 – 6 of 6) sorted by relevance
136 const TensorShape& recurrentToOutputWeightsShape = m_RecurrentToOutputWeightsTensor->GetShape(); in Execute() local137 unsigned int nOutput = recurrentToOutputWeightsShape[1]; in Execute()245 recurrentToOutputWeightsShape, in Execute()
17 const TensorShape& recurrentToOutputWeightsShape, in LstmImpl() argument67 const uint32_t nOutput = recurrentToOutputWeightsShape[1]; in LstmImpl()
156 const TensorShape& recurrentToOutputWeightsShape = m_RecurrentToOutputWeightsTensor->GetShape(); in Execute() local212 recurrentToOutputWeightsShape, in Execute()
21 const TensorShape& recurrentToOutputWeightsShape,
268 const Shape recurrentToOutputWeightsShape = in execute() local279 const uint32_t outputSize = recurrentToOutputWeightsShape.dimensions[1]; in execute()444 recurrentToOutputWeightsShape.scale * prevOutputShape.scale / outputIntermediateScale; in execute()530 -prevOutputShape.offset, recurrentToOutputWeightsBuffer, recurrentToOutputWeightsShape, in execute()
1516 armnn::TensorShape recurrentToOutputWeightsShape = {4, 4}; variable1518 armnn::TensorInfo recurrentToOutputWeightsInfo(recurrentToOutputWeightsShape,