Lines Matching refs:getInputShape
167 const float inputScale = context->getInputShape(kInputTensor).scale; in validate()
168 const float weightsScale = context->getInputShape(kWeightsTensor).scale; in validate()
194 Shape input = context->getInputShape(kInputTensor); in prepare()
195 Shape weights = context->getInputShape(kWeightsTensor); in prepare()
196 Shape bias = context->getInputShape(kBiasTensor); in prepare()
232 context->getInputShape(kInputTensor), in execute()
234 context->getInputShape(kWeightsTensor), in execute()
236 context->getInputShape(kBiasTensor), in execute()
242 context->getInputShape(kInputTensor), in execute()
244 context->getInputShape(kWeightsTensor), in execute()
246 context->getInputShape(kBiasTensor), in execute()
252 context->getInputShape(kInputTensor), in execute()
254 context->getInputShape(kWeightsTensor), in execute()
256 context->getInputShape(kBiasTensor), in execute()