Function: set_nm_top_num
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Sets the maximum number of results (topK) returned in the N:M search mode. If it is not set, top 500 results are returned by default.
The
Prototype
- C Prototype
1aclError aclfvSetNMTopNum(aclfvInitPara *initPara, uint32_t maxTopNumForNM)
- Python Function
1ret = acl.fv.set_nm_top_num(init_para, max_top_num_for_nm)
Parameter Description
|
Parameter |
Description |
|---|---|
|
init_para |
|
|
max_top_num_for_nm |
Int, maximum number of results (topK) returned in N:M mode. Must be in the range of [500, 4800]. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|