Lines Matching refs:getInputShape
249 const float inputScale = context->getInputShape(kInputTensor).scale; in validate()
250 const float weightsScale = context->getInputShape(kWeightsTensor).scale; in validate()
282 Shape input = context->getInputShape(kInputTensor); in validate()
283 Shape weights = context->getInputShape(kWeightsTensor); in validate()
284 Shape bias = context->getInputShape(kBiasTensor); in validate()
293 Shape input = context->getInputShape(kInputTensor); in prepare()
294 Shape weights = context->getInputShape(kWeightsTensor); in prepare()
295 Shape bias = context->getInputShape(kBiasTensor); in prepare()
307 context->getInputShape(kInputTensor), in execute()
309 context->getInputShape(kWeightsTensor), in execute()
311 context->getInputShape(kBiasTensor), in execute()
317 context->getInputShape(kInputTensor), in execute()
319 context->getInputShape(kWeightsTensor), in execute()
321 context->getInputShape(kBiasTensor), in execute()
327 context->getInputShape(kInputTensor), in execute()
329 context->getInputShape(kWeightsTensor), in execute()
331 context->getInputShape(kBiasTensor), in execute()
337 context->getInputShape(kInputTensor), in execute()
339 context->getInputShape(kWeightsTensor), in execute()
341 context->getInputShape(kBiasTensor), in execute()