Lines Matching refs:getInputShape

107             Shape inputShape = context->getInputShape(kInputTensor);  in initialize()
108 Shape filterShape = context->getInputShape(kFilterTensor); in initialize()
539 const auto inputRank = getNumberOfDimensions(context->getInputShape(kInputTensor)); in validate()
540 const auto filterRank = getNumberOfDimensions(context->getInputShape(kFilterTensor)); in validate()
589 const float inputScale = context->getInputShape(kInputTensor).scale; in validate()
590 const float filterScale = context->getInputShape(kFilterTensor).scale; in validate()
591 const float outputScale = context->getInputShape(kOutputTensor).scale; in validate()
637 Shape input = context->getInputShape(kInputTensor); in prepare()
638 Shape filter = context->getInputShape(kFilterTensor); in prepare()
639 Shape bias = context->getInputShape(kBiasTensor); in prepare()
707 context->getInputShape(kInputTensor), in execute()
709 context->getInputShape(kFilterTensor), in execute()
711 context->getInputShape(kBiasTensor), param.padding_left, in execute()
719 context->getInputShape(kInputTensor), in execute()
721 context->getInputShape(kFilterTensor), in execute()
723 context->getInputShape(kBiasTensor), param.padding_left, in execute()
734 context->getInputShape(kInputTensor), in execute()
736 context->getInputShape(kFilterTensor), in execute()
741 context->getInputShape(kBiasTensor), param.padding_left, in execute()
749 context->getInputShape(kInputTensor), in execute()
751 context->getInputShape(kFilterTensor), in execute()
753 context->getInputShape(kBiasTensor), param.padding_left, in execute()
767 context->getInputShape(kInputTensor), in execute()
769 context->getInputShape(kFilterTensor), in execute()
774 context->getInputShape(kBiasTensor), param.padding_left, in execute()
783 context->getInputShape(kInputTensor), in execute()
785 context->getInputShape(kFilterTensor), in execute()
787 context->getInputShape(kBiasTensor), param.padding_left, in execute()