Type GeneratorEnqueuer
Namespace tensorflow.keras.utils
Parent SequenceEnqueuer
Interfaces IGeneratorEnqueuer
Builds a queue out of a data generator. The provided generator can be finite in which case the class will throw
a `StopIteration` exception. Used in `fit_generator`, `evaluate_generator`, `predict_generator`.