Type I_CapturedObject
Namespace tensorflow_estimator.python.estimator.tpu.tpu_estimator
Interfaces IPythonObjectContainer
Public instance methods
object capture(object o)
object get()
Creates a generator to extract data from the queue. Skip the data if it is `None`.
# Returns
Generator yielding tuples `(inputs, targets)`
or `(inputs, targets, sample_weights)`.