Searched refs:validCount2 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 242 int validCount2 = 0; in post_process() local 243 validCount2 = process(input2, (int *)anchor2, grid_h2, grid_w2, model_in_h, model_in_w, in post_process() 246 int validCount = validCount0 + validCount1 + validCount2; in post_process()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 280 int validCount2 = 0; in post_process() local 281 …validCount2 = process(input2, (int*)anchor2, grid_h2, grid_w2, model_in_h, model_in_w, stride2, fi… in post_process() 284 int validCount = validCount0 + validCount1 + validCount2; in post_process()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 308 int validCount2 = 0; in post_process() local 309 validCount2 = process(input2, (int *)anchor2, grid_h2, grid_w2, model_in_h, model_in_w, in post_process() 312 int validCount = validCount0 + validCount1 + validCount2; in post_process()
|