Home
last modified time | relevance | path

Searched defs:grid_w (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 Dpost_process.cc143 static int process(int8_t *input, int *anchor, int grid_h, int grid_w, int height, int width, int s… in process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc207 static int process(int8_t *input, int *anchor, int grid_h, int grid_w, int height, int width, int s… in process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc189 static int process(int8_t* input, int* anchor, int grid_h, int grid_w, int height, int width, int s… in process()