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.cc81 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()
Dconv_ops_fused.cc143 const T1* in_bottom_left, in SampleRect()
147 bottom_left(in_bottom_left), in SampleRect()
Dquantized_resize_bilinear_op.cc96 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()