Home
last modified time | relevance | path

Searched refs:kOutputDetectionTensor (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DGenerateProposals.cpp1446 constexpr uint32_t kOutputDetectionTensor = 3; variable
1626 Shape outputDetectionShape = context->getOutputShape(kOutputDetectionTensor); in prepare()
1688 NN_RET_CHECK(context->setOutputShape(kOutputDetectionTensor, outputDetectionShape)); in prepare()
1720 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()
1721 context->getOutputShape(kOutputDetectionTensor)); in execute()
1748 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()
1749 context->getOutputShape(kOutputDetectionTensor)); in execute()