Searched refs:total_shift (Results 1 – 1 of 1) sorted by relevance
1402 const int64_t total_shift = 31 - shift; in arm_nn_requantize() local1405 int32_t result = new_val >> (total_shift - 1); in arm_nn_requantize()