Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp548 const int32_t* batchesInPtr = context->getInputBuffer<int32_t>(kBatchesTensor); in boxWithNmsLimitWriteOutput() local
561 *batchesOutPtr++ = *batchesInPtr; in boxWithNmsLimitWriteOutput()
565 batchesInPtr += batchSplitIn[b]; in boxWithNmsLimitWriteOutput()