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

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_add_op.cc190 const int64 y_0_int64 = local
194 const int32 y_mult_int32 = y_1_int64 - y_0_int64;
204 const int64x2_t y_0_64x2 = vmovq_n_s64(y_0_int64);
233 int64 y_in_output_range_64 = y_0_int64 + (y_value * y_mult_int32);
259 const int64 y_0_int64 = local
263 const int32 y_mult_int32 = y_1_int64 - y_0_int64;
278 int64 y_in_output_range_64 = y_0_int64 + (y_value * y_mult_int32);

Completed in 99 milliseconds