Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc154 const float bottom_left1(ys_input_upper_ptr[xs_lower + 1]); in resize_image() local
168 compute_lerp(top_left1, top_right1, bottom_left1, bottom_right1, in resize_image()
Dquantized_resize_bilinear_op.cc181 const qint32* bottom_left1, const qint32* bottom_right1, in ComputeLerpx2() argument
189 const int32x2_t bottom_leftsx = ToInt32x2(bottom_left0, bottom_left1); in ComputeLerpx2()