Home
last modified time | relevance | path

Searched refs:in_bottom_left (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc82 const T in_bottom_left, const T in_bottom_right, in ComputeLerpReference() argument
87 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference()
98 const float in_bottom_left, in ComputeLerpReference() argument
104 in_bottom_left + (in_bottom_right - in_bottom_left) * x_lerp; in ComputeLerpReference()
Dconv_ops_fused_image_transform.cc145 const T1* in_bottom_left, in SampleRect()
149 bottom_left(in_bottom_left), in SampleRect()
Dquantized_resize_bilinear_op.cc102 const T in_bottom_left, const T in_bottom_right, in ComputeLerpReference() argument
107 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference()