Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h420 const int16x8_t val_xor = veorq_s16(val, val_sign); in Divide16x8PowRound() local
421 const int16x8_t val_pos = vsubq_s16(val_xor, val_sign); in Divide16x8PowRound()
432 const int64x2_t val_xor = veorq_s64(val, val_sign); in Divide64x2PowRound() local
433 const int64x2_t val_pos = vsubq_s64(val_xor, val_sign); in Divide64x2PowRound()