API定义
void setSortMode(int mode);
功能描述
设置topk排序模式。模式0为近似排序;模式1为精确排序。
输入
int mode:topk排序模式。
输出
无
返回值
约束说明
“mode”支持模式0或模式1,默认为模式0。