Lines Matching refs:getInputShape
70 Shape filterShape = context->getInputShape(kFilterTensor); in initialize()
73 NN_RET_CHECK_EQ(getNumberOfDimensions(context->getInputShape(3)), 1u); in initialize()
74 NN_RET_CHECK_EQ(getSizeOfDimension(context->getInputShape(3), 0), 4u); in initialize()
437 Shape input = context->getInputShape(kInputTensor); in prepare()
438 Shape filter = context->getInputShape(kFilterTensor); in prepare()
439 Shape bias = context->getInputShape(kBiasTensor); in prepare()
502 context->getInputShape(kInputTensor), in execute()
504 context->getInputShape(kFilterTensor), in execute()
506 context->getInputShape(kBiasTensor), param, in execute()
511 context->getInputShape(kInputTensor), in execute()
513 context->getInputShape(kFilterTensor), in execute()
515 context->getInputShape(kBiasTensor), param, in execute()
523 context->getInputShape(kInputTensor), in execute()
525 context->getInputShape(kFilterTensor), in execute()
530 context->getInputShape(kBiasTensor), param, in execute()
535 context->getInputShape(kInputTensor), in execute()
537 context->getInputShape(kFilterTensor), in execute()
539 context->getInputShape(kBiasTensor), param, in execute()
550 context->getInputShape(kInputTensor), in execute()
552 context->getInputShape(kFilterTensor), in execute()
557 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()