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 | 81 const T in_bottom_left, const T in_bottom_right, in ComputeLerpReference() argument 86 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() 97 const float in_bottom_left, in ComputeLerpReference() argument 103 in_bottom_left + (in_bottom_right - in_bottom_left) * x_lerp; in ComputeLerpReference()
|
D | conv_ops_fused.cc | 143 const T1* in_bottom_left, in SampleRect() 147 bottom_left(in_bottom_left), in SampleRect()
|
D | quantized_resize_bilinear_op.cc | 96 const T in_bottom_left, const T in_bottom_right, in ComputeLerpReference() argument 101 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference()
|