Searched refs:validCount0 (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 | 226 int validCount0 = 0; in post_process() local 227 validCount0 = process(input0, (int *)anchor0, grid_h0, grid_w0, 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 | 264 int validCount0 = 0; in post_process() local 265 …validCount0 = process(input0, (int*)anchor0, grid_h0, grid_w0, model_in_h, model_in_w, stride0, 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 | 292 int validCount0 = 0; in post_process() local 293 validCount0 = process(input0, (int *)anchor0, grid_h0, grid_w0, model_in_h, model_in_w, in post_process() 312 int validCount = validCount0 + validCount1 + validCount2; in post_process()
|