Home
last modified time | relevance | path

Searched refs:width_max (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc152 const int64 width_max = input_size[2] - 1; in Compute() local
170 width_end = std::min(width_end, width_max); in Compute()
283 const int64 width_max = input_size[2] - 1; in Compute() local
301 width_end = std::min(width_end, width_max); in Compute()
/external/libpng/
Dlibpng-manual.txt661 png_set_user_limits(png_ptr, width_max, height_max);
674 width_max = png_get_user_width_max(png_ptr);