Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc233 const Tensor& height_seq_tensor = context->input(3); in Compute() local
273 auto height_seq_tensor_flat = height_seq_tensor.flat<int64>(); in Compute()
286 for (int64 hs = 0; hs < height_seq_tensor.dim_size(0) - 1; ++hs) { in Compute()