Searched refs:in_bottom_left (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op_test.cc | 82 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()
|
D | conv_ops_fused_image_transform.cc | 145 const T1* in_bottom_left, in SampleRect() 149 bottom_left(in_bottom_left), in SampleRect()
|
D | quantized_resize_bilinear_op.cc | 102 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()
|