Searched refs:is_producing (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_interleave_dataset_op.cc237 } else if (current_worker->is_producing && !dataset()->sloppy_) {
246 } else if (!current_worker->is_producing) {
318 // outputs. is_producing can be false despite !outputs.empty().
320 // is_producing == false && outputs.empty();
321 bool is_producing = false; member in struct:tensorflow::__anon26427::ParallelInterleaveDatasetOp::Dataset::Iterator::WorkerState
331 return is_producing || !outputs.empty();
340 is_producing = true;
392 while (!cancelled_ && !workers_[thread_index].is_producing) {
409 workers_[thread_index].is_producing = false;
431 workers_[thread_index].is_producing
[all...]

Completed in 203 milliseconds