Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc134 auto output_height_seq_flat = output_height_seq_tensor->flat<int64>(); in Compute() local
139 output_height_seq_flat(i) = height_cum_seq[i]; in Compute()