Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc345 int num_total_outputs = out_backprop_flat.size(); in Compute() local
348 for (int index = 0; index < num_total_outputs; ++index) { in Compute()