Searched refs:__clip (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 D | post_process.cc | 125 inline static int32_t __clip(float val, float min, float max) in __clip() function 134 int8_t res = (int8_t)__clip(dst_val, -128, 127); in qnt_f32_to_affine()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 174 inline static int32_t __clip(float val, float min, float max) in __clip() function 183 int8_t res = (int8_t)__clip(dst_val, -128, 127); in qnt_f32_to_affine()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 189 inline static int32_t __clip(float val, float min, float max) in __clip() function 198 int8_t res = (int8_t)__clip(dst_val, -128, 127); in qnt_f32_to_affine()
|