Home
last modified time | relevance | path

Searched refs:grid1_buf (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 Dnative-lib.cc86 jbyte* const grid1_buf = env->GetByteArrayElements(grid1_out, &inputCopy); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process() local
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()
99 env->ReleaseByteArrayElements(grid1_out, grid1_buf, JNI_ABORT); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process()
H A Dyolo_image.h19 int yolo_post_process(char *grid0_buf, char *grid1_buf, char *grid2_buf,
H A Dyolo_image.cc354 int yolo_post_process(char *grid0_buf, char *grid1_buf, char *grid2_buf, in yolo_post_process() argument
364 ret = post_process((int8_t *)grid0_buf, (int8_t *)grid1_buf, (int8_t *)grid2_buf, in yolo_post_process()