Searched refs:validCount1 (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 | 234 int validCount1 = 0; in post_process() local 235 validCount1 = process(input1, (int *)anchor1, grid_h1, grid_w1, 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 | 272 int validCount1 = 0; in post_process() local 273 …validCount1 = process(input1, (int*)anchor1, grid_h1, grid_w1, model_in_h, model_in_w, stride1, 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 | 300 int validCount1 = 0; in post_process() local 301 validCount1 = process(input1, (int *)anchor1, grid_h1, grid_w1, model_in_h, model_in_w, in post_process() 312 int validCount = validCount0 + validCount1 + validCount2; in post_process()
|