Searched refs:height_seq_tensor_flat (Results 1 – 1 of 1) sorted by relevance
273 auto height_seq_tensor_flat = height_seq_tensor.flat<int64>(); in Compute() local288 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()