Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc31 const int64 kLogIntervalMicros = 10 * 1000000; // 10 seconds. variable
101 ((num_log_entries + 1) * kLogIntervalMicros) + start_micros) { in GetNextInternal()