Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc397 bool end_of_input_sequence = false; in FillBuffer() local
399 input_impl_->GetNext(ctx, &input_element, &end_of_input_sequence)); in FillBuffer()
400 if (!end_of_input_sequence) { in FillBuffer()