Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc149 const float bottom_right0(ys_input_upper_ptr[xs_upper + 0]); in resize_image() local
165 compute_lerp(top_left0, top_right0, bottom_left0, bottom_right0, in resize_image()
Dquantized_resize_bilinear_op.cc179 const qint32* bottom_left0, const qint32* bottom_right0, in ComputeLerpx2() argument
190 const int32x2_t bottom_rightsx = ToInt32x2(bottom_right0, bottom_right1); in ComputeLerpx2()