Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1402 const int64_t total_shift = 31 - shift; in arm_nn_requantize() local
1405 int32_t result = new_val >> (total_shift - 1); in arm_nn_requantize()