Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h422 const int16x8_t shifted_val_pos = vrshrq_n_s16(val_pos, POW); in Divide16x8PowRound() local
423 const int16x8_t shifted_val_pos_xor = veorq_s16(shifted_val_pos, val_sign); in Divide16x8PowRound()
434 const int64x2_t shifted_val_pos = vrshrq_n_s64(val_pos, POW); in Divide64x2PowRound() local
435 const int64x2_t shifted_val_pos_xor = veorq_s64(shifted_val_pos, val_sign); in Divide64x2PowRound()