Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc157 const int64 height_start = height_cum_seq[hs]; in Compute() local
171 for (int64 h = height_start; h <= height_end; ++h) { in Compute()
288 const int64 height_start = height_seq_tensor_flat(hs); in Compute() local
302 for (int64 h = height_start; h <= height_end; ++h) { in Compute()