Home
last modified time | relevance | path

Searched refs:height_max (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc151 const int64 height_max = input_size[1] - 1; in Compute() local
160 height_end = std::min(height_end, height_max); in Compute()
282 const int64 height_max = input_size[1] - 1; in Compute() local
291 height_end = std::min(height_end, height_max); in Compute()
/external/libpng/
Dlibpng-manual.txt661 png_set_user_limits(png_ptr, width_max, height_max);
675 height_max = png_get_user_height_max(png_ptr);
DCHANGES1472 Fixed wrong cast of returns from png_get_user_width|height_max().