Home
last modified time | relevance | path

Searched refs:W_SCALE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dscx200_wdt.c56 #define W_SCALE (32768/1024) macro
68 wdto_restart = margin * W_SCALE; in scx200_wdt_update_margin()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py18 W_SCALE = 5.0 variable
152 w = math.exp(predictions[0][n][3] / W_SCALE) * box_priors[3][n]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py32 W_SCALE = 5.0 variable
100 bbox_w = math.exp(loc_data[4 * i + 3] / W_SCALE) * prior_bboxes[3][i]