Home
last modified time | relevance | path

Searched refs:qnt_f32_to_affine (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.cc131 static int8_t qnt_f32_to_affine(float f32, int32_t zp, float scale) in qnt_f32_to_affine() function
151 int8_t thres_i8 = qnt_f32_to_affine(thres, zp, scale); in process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc180 static int8_t qnt_f32_to_affine(float f32, int32_t zp, float scale) in qnt_f32_to_affine() function
196 int8_t thres_i8 = qnt_f32_to_affine(thres, zp, scale); in process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc195 static int8_t qnt_f32_to_affine(float f32, int32_t zp, float scale) in qnt_f32_to_affine() function
215 int8_t thres_i8 = qnt_f32_to_affine(thres, zp, scale); in process()