Searched refs:prevOutputShape (Results 1 – 1 of 1) sorted by relevance
353 const Shape prevOutputShape = context->getInputShape(kPrevOutputTensor); in prepare() local355 outputShape.dimensions = prevOutputShape.dimensions; in prepare()389 const Shape prevOutputShape = context->getInputShape(kPrevOutputTensor); in execute() local512 recurrentToForgetWeightsShape.scale * prevOutputShape.scale / forgetIntermediateScale; in execute()540 recurrentToCellWeightsShape.scale * prevOutputShape.scale / cellIntermediateScale; in execute()560 recurrentToOutputWeightsShape.scale * prevOutputShape.scale / outputIntermediateScale; in execute()591 projectionWeightsShape.scale * hiddenStateScale / prevOutputShape.scale; in execute()617 -prevOutputShape.offset, recurrentToInputWeightsBuffer, in execute()628 -prevOutputShape.offset, recurrentToForgetWeightsBuffer, recurrentToForgetWeightsShape, in execute()637 -prevOutputShape.offset, recurrentToCellWeightsBuffer, recurrentToCellWeightsShape, in execute()[all …]