Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc181 const int64 x_0_int64 = in VectorAddition() local
185 const int32 x_mult_int32 = x_1_int64 - x_0_int64; in VectorAddition()
200 const int64x2_t x_0_64x2 = vmovq_n_s64(x_0_int64); in VectorAddition()
226 int64 x_in_output_range_64 = x_0_int64 + (x_value * x_mult_int32); in VectorAddition()
250 const int64 x_0_int64 = in VectorAddition() local
254 const int32 x_mult_int32 = x_1_int64 - x_0_int64; in VectorAddition()
271 int64 x_in_output_range_64 = x_0_int64 + (x_value * x_mult_int32); in VectorAddition()