Searched defs:x_mult_int32 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_add_op.cc186 const int32 x_mult_int32 = x_1_int64 - x_0_int64; local
202 const int32x2_t x_mult_32x2 = vmov_n_s32(x_mult_int32);
227 int64 x_in_output_range_64 = x_0_int64 + (x_value * x_mult_int32);
255 const int32 x_mult_int32 = x_1_int64 - x_0_int64; local
272 int64 x_in_output_range_64 = x_0_int64 + (x_value * x_mult_int32);

Completed in 308 milliseconds