Lines Matching refs:getInputShape
75 Shape filterShape = context->getInputShape(kFilterTensor); in initialize()
78 NN_RET_CHECK_EQ(getNumberOfDimensions(context->getInputShape(3)), 1); in initialize()
79 NN_RET_CHECK_EQ(getSizeOfDimension(context->getInputShape(3), 0), 4); in initialize()
489 Shape input = context->getInputShape(kInputTensor); in prepare()
490 Shape filter = context->getInputShape(kFilterTensor); in prepare()
491 Shape bias = context->getInputShape(kBiasTensor); in prepare()
554 context->getInputShape(kInputTensor), in execute()
556 context->getInputShape(kFilterTensor), in execute()
558 context->getInputShape(kBiasTensor), param, in execute()
563 context->getInputShape(kInputTensor), in execute()
565 context->getInputShape(kFilterTensor), in execute()
567 context->getInputShape(kBiasTensor), param, in execute()
575 context->getInputShape(kInputTensor), in execute()
577 context->getInputShape(kFilterTensor), in execute()
582 context->getInputShape(kBiasTensor), param, in execute()
587 context->getInputShape(kInputTensor), in execute()
589 context->getInputShape(kFilterTensor), in execute()
591 context->getInputShape(kBiasTensor), param, in execute()
602 context->getInputShape(kInputTensor), in execute()
604 context->getInputShape(kFilterTensor), in execute()
609 context->getInputShape(kBiasTensor), param, in execute()
615 context->getInputShape(kInputTensor), in execute()
617 context->getInputShape(kFilterTensor), in execute()
619 context->getInputShape(kBiasTensor), param, in execute()