Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbincount_op.cc66 [&](int64 start_ind, int64 limit_ind, int64 worker_id) { in Compute() argument
67 for (int64 i = start_ind; i < limit_ind; i++) { in Compute()