Home
last modified time | relevance | path

Searched refs:in_max (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc472 const float in_min, const float in_max, in ResizeImageReference() argument
505 in_min, in_max); in ResizeImageReference()
521 const float in_min, const float in_max, in ResizeImage() argument
526 in_min, in_max, half_pixel_centers, output); in ResizeImage()
535 const float in_min, const float in_max, in ResizeImage() argument
570 OutputLerp32x4x1<RESOLUTION>(xs, x, ys_ilerp, in_min, in_max, in ResizeImage()
576 OutputLerp32x4x3<RESOLUTION>(xs, x, ys_ilerp, in_min, in_max, in ResizeImage()
583 xs, x, ys_ilerp, channels, in_min, in_max, ys_input_lower_ptr, in ResizeImage()
598 const float in_min, const float in_max, in ResizeImage() argument
635 OutputLerp8x8x1<RESOLUTION>(xs, x, ys_ilerp, in_min, in_max, in ResizeImage()
[all …]
Dquantization_utils_test.cc164 const float in_max = 1e6; in TestRequantizeManyInNewRange32To8Bit() local
166 qint32 low = FloatToQuantized<qint32>(out_min, in_min, in_max); in TestRequantizeManyInNewRange32To8Bit()
167 qint32 high = FloatToQuantized<qint32>(out_max, in_min, in_max); in TestRequantizeManyInNewRange32To8Bit()
171 TestRequantizeMany(eigen_device, in_min, in_max, out_min, out_max, vals); in TestRequantizeManyInNewRange32To8Bit()
Dquantized_resize_bilinear_op_test.cc199 Output in_max = ops::Const<float>(root.WithOpName("max"), max); in TestResizeBilinear() local
202 root.WithOpName("qrb"), placeholder, size, in_min, in_max, in TestResizeBilinear()
/external/libpng/contrib/libtests/
Dpngvalid.c6722 double in_max = floor((in+err)*max + digitization_error); in transform_range_check() local
6723 if (debugonly(err > limit ||) !(out >= in_min && out <= in_max)) in transform_range_check()