Searched refs:input_0_64x2 (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils.h545 const uint8* input_ptr, const int64x2_t input_0_64x2,
562 vmlal_s32(input_0_64x2, input_value_low_low_32x2, input_mult_32x2);
564 vmlal_s32(input_0_64x2, input_value_low_high_32x2, input_mult_32x2);
566 vmlal_s32(input_0_64x2, input_value_high_low_32x2, input_mult_32x2);
568 vmlal_s32(input_0_64x2, input_value_high_high_32x2, input_mult_32x2);
H A Dquantized_add_op.cc86 const int64x2_t input_0_64x2 = vmovq_n_s64(input_0_int64); local
94 Requantize8x8To32Neon(full_input_ptr, input_0_64x2, input_mult_32x2);

Completed in 405 milliseconds