Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc153 const float top_right1(ys_input_lower_ptr[xs_upper + 1]); in resize_image() local
168 compute_lerp(top_left1, top_right1, bottom_left1, bottom_right1, in resize_image()
Dquantized_resize_bilinear_op.cc180 const qint32* top_left1, const qint32* top_right1, in ComputeLerpx2() argument
188 const int32x2_t top_rightsx = ToInt32x2(top_right0, top_right1); in ComputeLerpx2()