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()
484 Shape input = context->getInputShape(kInputTensor); in prepare()
485 Shape filter = context->getInputShape(kFilterTensor); in prepare()
486 Shape bias = context->getInputShape(kBiasTensor); in prepare()
549 context->getInputShape(kInputTensor), in execute()
551 context->getInputShape(kFilterTensor), in execute()
553 context->getInputShape(kBiasTensor), param, in execute()
558 context->getInputShape(kInputTensor), in execute()
560 context->getInputShape(kFilterTensor), in execute()
562 context->getInputShape(kBiasTensor), param, in execute()
570 context->getInputShape(kInputTensor), in execute()
572 context->getInputShape(kFilterTensor), in execute()
575 context->getInputShape(kBiasTensor), param, in execute()
580 context->getInputShape(kInputTensor), in execute()
582 context->getInputShape(kFilterTensor), in execute()
584 context->getInputShape(kBiasTensor), param, in execute()
595 context->getInputShape(kInputTensor), in execute()
597 context->getInputShape(kFilterTensor), in execute()
600 context->getInputShape(kBiasTensor), param, in execute()
606 context->getInputShape(kInputTensor), in execute()
608 context->getInputShape(kFilterTensor), in execute()
610 context->getInputShape(kBiasTensor), param, in execute()