Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc273 auto height_seq_tensor_flat = height_seq_tensor.flat<int64>(); in Compute() local
288 const int64 height_start = height_seq_tensor_flat(hs); in Compute()
289 int64 height_end = overlapping_ ? height_seq_tensor_flat(hs + 1) in Compute()
290 : height_seq_tensor_flat(hs + 1) - 1; in Compute()