Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc431 const int64 batch_end_inclusive = batch_and_row_end / num_rows; in HandleBatchAndRowRange() local
433 for (int64 batch_idx = batch_begin; batch_idx <= batch_end_inclusive; in HandleBatchAndRowRange()