Home
last modified time | relevance | path

Searched refs:anchor2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.h299 const wchar_t *anchor2 = ucs2; in UniStrstr() local
310 ucs2 = anchor2; in UniStrstr()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc214 int anchor2[6] = {116, 90, 156, 198, 373, 326}; in post_process() local
243 validCount2 = process(input2, (int *)anchor2, grid_h2, grid_w2, model_in_h, model_in_w, in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc32 const int anchor2[6] = {116, 90, 156, 198, 373, 326}; variable
281 …validCount2 = process(input2, (int*)anchor2, grid_h2, grid_w2, model_in_h, model_in_w, stride2, fi… in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc30 const int anchor2[6] = {116, 90, 156, 198, 373, 326}; variable
309 validCount2 = process(input2, (int *)anchor2, grid_h2, grid_w2, model_in_h, model_in_w, in post_process()