Lines Matching refs:getInputShape

96             Shape inputShape = context->getInputShape(kInputTensor);  in initialize()
97 Shape filterShape = context->getInputShape(kFilterTensor); in initialize()
472 const float inputScale = context->getInputShape(kInputTensor).scale; in validate()
473 const float filterScale = context->getInputShape(kFilterTensor).scale; in validate()
474 const float outputScale = context->getInputShape(kOutputTensor).scale; in validate()
520 Shape input = context->getInputShape(kInputTensor); in prepare()
521 Shape filter = context->getInputShape(kFilterTensor); in prepare()
522 Shape bias = context->getInputShape(kBiasTensor); in prepare()
586 context->getInputShape(kInputTensor), in execute()
588 context->getInputShape(kFilterTensor), in execute()
590 context->getInputShape(kBiasTensor), param.padding_left, in execute()
599 context->getInputShape(kInputTensor), in execute()
601 context->getInputShape(kFilterTensor), in execute()
603 context->getInputShape(kBiasTensor), param.padding_left, in execute()
615 context->getInputShape(kInputTensor), in execute()
617 context->getInputShape(kFilterTensor), in execute()
622 context->getInputShape(kBiasTensor), param.padding_left, in execute()
630 context->getInputShape(kInputTensor), in execute()
632 context->getInputShape(kFilterTensor), in execute()
634 context->getInputShape(kBiasTensor), param.padding_left, in execute()
649 context->getInputShape(kInputTensor), in execute()
651 context->getInputShape(kFilterTensor), in execute()
656 context->getInputShape(kBiasTensor), param.padding_left, in execute()
665 context->getInputShape(kInputTensor), in execute()
667 context->getInputShape(kFilterTensor), in execute()
669 context->getInputShape(kBiasTensor), param.padding_left, in execute()