Lines Matching refs:getInputShape
252 const float inputScale = context->getInputShape(kInputTensor).scale; in validate()
253 const float weightsScale = context->getInputShape(kWeightsTensor).scale; in validate()
284 Shape input = context->getInputShape(kInputTensor); in validate()
285 Shape weights = context->getInputShape(kWeightsTensor); in validate()
286 Shape bias = context->getInputShape(kBiasTensor); in validate()
296 Shape input = context->getInputShape(kInputTensor); in prepare()
297 Shape weights = context->getInputShape(kWeightsTensor); in prepare()
298 Shape bias = context->getInputShape(kBiasTensor); in prepare()
310 context->getInputShape(kInputTensor), in execute()
312 context->getInputShape(kWeightsTensor), in execute()
314 context->getInputShape(kBiasTensor), in execute()
320 context->getInputShape(kInputTensor), in execute()
322 context->getInputShape(kWeightsTensor), in execute()
324 context->getInputShape(kBiasTensor), in execute()
330 context->getInputShape(kInputTensor), in execute()
332 context->getInputShape(kWeightsTensor), in execute()
334 context->getInputShape(kBiasTensor), in execute()
340 context->getInputShape(kInputTensor), in execute()
342 context->getInputShape(kWeightsTensor), in execute()
344 context->getInputShape(kBiasTensor), in execute()