Lines Matching refs:getInputShape
94 Shape inputShape = context->getInputShape(kInputTensor); in initialize()
95 Shape filterShape = context->getInputShape(kFilterTensor); in initialize()
467 const float inputScale = context->getInputShape(kInputTensor).scale; in validate()
468 const float filterScale = context->getInputShape(kFilterTensor).scale; in validate()
469 const float outputScale = context->getInputShape(kOutputTensor).scale; in validate()
512 Shape input = context->getInputShape(kInputTensor); in prepare()
513 Shape filter = context->getInputShape(kFilterTensor); in prepare()
514 Shape bias = context->getInputShape(kBiasTensor); in prepare()
578 context->getInputShape(kInputTensor), in execute()
580 context->getInputShape(kFilterTensor), in execute()
582 context->getInputShape(kBiasTensor), param.padding_left, in execute()
591 context->getInputShape(kInputTensor), in execute()
593 context->getInputShape(kFilterTensor), in execute()
595 context->getInputShape(kBiasTensor), param.padding_left, in execute()
607 context->getInputShape(kInputTensor), in execute()
609 context->getInputShape(kFilterTensor), in execute()
612 context->getInputShape(kBiasTensor), param.padding_left, in execute()
620 context->getInputShape(kInputTensor), in execute()
622 context->getInputShape(kFilterTensor), in execute()
624 context->getInputShape(kBiasTensor), param.padding_left, in execute()
639 context->getInputShape(kInputTensor), in execute()
641 context->getInputShape(kFilterTensor), in execute()
644 context->getInputShape(kBiasTensor), param.padding_left, in execute()
653 context->getInputShape(kInputTensor), in execute()
655 context->getInputShape(kFilterTensor), in execute()
657 context->getInputShape(kBiasTensor), param.padding_left, in execute()