Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp1396 Shape outputDetectionShape = context->getOutputShape(kOutputDetectionTensor); in prepare()
1458 NN_RET_CHECK(context->setOutputShape(kOutputDetectionTensor, outputDetectionShape)); in prepare()
1490 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()
1491 context->getOutputShape(kOutputDetectionTensor)); in execute()
1518 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()
1519 context->getOutputShape(kOutputDetectionTensor)); in execute()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DGenerateProposals.h110 constexpr uint32_t kOutputDetectionTensor = 3; variable