HomeSort by relevance Sort by last modified time
    Searched refs:full_input_ptr (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc 64 const uint8* full_input_ptr = &(full_input->value) + i; local
65 const uint8x16_t full_input_8x16 = vld1q_u8(full_input_ptr);
quantized_add_op.cc 92 const uint8* full_input_ptr = &(full_input->value) + i; local
94 Requantize8x8To32Neon(full_input_ptr, input_0_64x2, input_mult_32x2);

Completed in 66 milliseconds