GetMrgSortResult

Function Usage

Obtains the number of region proposals in the queue processed by MrgSort and stores the number in the four List input parameters in sequence.

This API works with MrgSort4 as follows:

Prototype

1
__aicore__ inline void GetMrgSortResult(uint16_t &mrgSortList1, uint16_t &mrgSortList2, uint16_t &mrgSortList3, uint16_t &mrgSortList4)

Parameters

Table 1 Parameters

Parameter

Input/Output

Description

mrgSortList1

Input/Output

The type is uint16_t, indicating the number of region proposals that have been processed in the first queue of MrgSort.

mrgSortList2

Input/Output

The type is uint16_t, indicating the number of region proposals that have been processed in the second queue of MrgSort.

mrgSortList3

Input/Output

The type is uint16_t, indicating the number of region proposals that have been processed in the third queue of MrgSort.

mrgSortList4

Input/Output

The type is uint16_t, indicating the number of region proposals that have been processed in the fourth queue of MrgSort.

Returns

Number of region proposals in the queue processed by MrgSort.

Availability

Constraints

None

Example