Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc185 const int32 x_mult_int32 = x_1_int64 - x_0_int64; in VectorAddition() local
201 const int32x2_t x_mult_32x2 = vmov_n_s32(x_mult_int32); in VectorAddition()
226 int64 x_in_output_range_64 = x_0_int64 + (x_value * x_mult_int32); in VectorAddition()
254 const int32 x_mult_int32 = x_1_int64 - x_0_int64; in VectorAddition() local
271 int64 x_in_output_range_64 = x_0_int64 + (x_value * x_mult_int32); in VectorAddition()