Lines Matching refs:getInputShape

94     Shape inputShape = context->getInputShape(kInputTensor);  in executeTyped()
97 Shape fwWeightsShape = context->getInputShape(kFwWeightsTensor); in executeTyped()
99 Shape fwRecurrentWeightsShape = context->getInputShape(kFwRecurrentWeightsTensor); in executeTyped()
104 Shape bwWeightsShape = context->getInputShape(kBwWeightsTensor); in executeTyped()
106 Shape bwRecurrentWeightsShape = context->getInputShape(kBwRecurrentWeightsTensor); in executeTyped()
125 Shape auxInputShape = context->getInputShape(kAuxInputTensor); in executeTyped()
126 Shape fwAuxWeightsShape = context->getInputShape(kFwAuxWeightsTensor); in executeTyped()
127 Shape bwAuxWeightsShape = context->getInputShape(kBwAuxWeightsTensor); in executeTyped()
308 Shape input = context->getInputShape(kInputTensor); in prepare()
309 Shape fwWeights = context->getInputShape(kFwWeightsTensor); in prepare()
310 Shape fwRecurrentWeights = context->getInputShape(kFwRecurrentWeightsTensor); in prepare()
311 Shape fwBias = context->getInputShape(kFwBiasTensor); in prepare()
312 Shape fwHiddenState = context->getInputShape(kFwHiddenStateTensor); in prepare()
313 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare()
314 Shape bwRecurrentWeights = context->getInputShape(kBwRecurrentWeightsTensor); in prepare()
315 Shape bwBias = context->getInputShape(kBwBiasTensor); in prepare()
316 Shape bwHiddenState = context->getInputShape(kBwHiddenStateTensor); in prepare()
318 Shape auxInput = context->getInputShape(kAuxInputTensor); in prepare()
319 Shape fwAuxWeights = context->getInputShape(kFwAuxWeightsTensor); in prepare()
320 Shape bwAuxWeights = context->getInputShape(kBwAuxWeightsTensor); in prepare()
399 context->getInputShape(kFwHiddenStateTensor))); in prepare()
401 context->getInputShape(kBwHiddenStateTensor))); in prepare()