Searched defs:in_max (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 472 const float in_min, const float in_max, in ResizeImageReference() 521 const float in_min, const float in_max, in ResizeImage() 535 const float in_min, const float in_max, in ResizeImage() 598 const float in_min, const float in_max, in ResizeImage() 660 const float in_min, const float in_max, in ResizeBilinear() 705 const float in_max = context->input(3).flat<float>()(0); in Compute() local
|
D | quantized_resize_bilinear_op_test.cc | 199 Output in_max = ops::Const<float>(root.WithOpName("max"), max); in TestResizeBilinear() local
|
D | quantization_utils_test.cc | 164 const float in_max = 1e6; in TestRequantizeManyInNewRange32To8Bit() local
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 6722 double in_max = floor((in+err)*max + digitization_error); in transform_range_check() local
|