Searched refs:yolo_post_process (Results 1 – 3 of 3) sorted by relevance
19 int yolo_post_process(char *grid0_buf, char *grid1_buf, char *grid2_buf,
95 detect_counts = yolo_post_process((char *)grid0_buf, (char *)grid1_buf, (char *)grid2_buf, in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process()
354 int yolo_post_process(char *grid0_buf, char *grid1_buf, char *grid2_buf, in yolo_post_process() function