Lines Matching refs:getInputShape
125 Shape inputShape = context->getInputShape(kInputTensor); in executeTyped()
128 Shape fwWeightsShape = context->getInputShape(kFwWeightsTensor); in executeTyped()
130 Shape fwRecurrentWeightsShape = context->getInputShape(kFwRecurrentWeightsTensor); in executeTyped()
135 Shape bwWeightsShape = context->getInputShape(kBwWeightsTensor); in executeTyped()
137 Shape bwRecurrentWeightsShape = context->getInputShape(kBwRecurrentWeightsTensor); in executeTyped()
156 Shape auxInputShape = context->getInputShape(kAuxInputTensor); in executeTyped()
157 Shape fwAuxWeightsShape = context->getInputShape(kFwAuxWeightsTensor); in executeTyped()
158 Shape bwAuxWeightsShape = context->getInputShape(kBwAuxWeightsTensor); in executeTyped()
368 Shape input = context->getInputShape(kInputTensor); in prepare()
369 Shape fwWeights = context->getInputShape(kFwWeightsTensor); in prepare()
370 Shape fwRecurrentWeights = context->getInputShape(kFwRecurrentWeightsTensor); in prepare()
371 Shape fwBias = context->getInputShape(kFwBiasTensor); in prepare()
372 Shape fwHiddenState = context->getInputShape(kFwHiddenStateTensor); in prepare()
373 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare()
374 Shape bwRecurrentWeights = context->getInputShape(kBwRecurrentWeightsTensor); in prepare()
375 Shape bwBias = context->getInputShape(kBwBiasTensor); in prepare()
376 Shape bwHiddenState = context->getInputShape(kBwHiddenStateTensor); in prepare()
378 Shape auxInput = context->getInputShape(kAuxInputTensor); in prepare()
379 Shape fwAuxWeights = context->getInputShape(kFwAuxWeightsTensor); in prepare()
380 Shape bwAuxWeights = context->getInputShape(kBwAuxWeightsTensor); in prepare()
459 context->getInputShape(kFwHiddenStateTensor))); in prepare()
461 context->getInputShape(kBwHiddenStateTensor))); in prepare()