Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc158 int64 height_end = in Compute() local
160 height_end = std::min(height_end, height_max); in Compute()
171 for (int64 h = height_start; h <= height_end; ++h) { in Compute()
289 int64 height_end = overlapping_ ? height_seq_tensor_flat(hs + 1) in Compute() local
291 height_end = std::min(height_end, height_max); in Compute()
302 for (int64 h = height_start; h <= height_end; ++h) { in Compute()