On this page
tf.data.experimental.take_while
A transformation that stops dataset iteration based on a predicate.
tf.data.experimental.take_while(
    predicate
)
| Args | |
|---|---|
| predicate | A function that maps a nested structure of tensors (having shapes and types defined by self.output_shapesandself.output_types) to a scalartf.booltensor. | 
| Returns | |
|---|---|
| A Datasettransformation function, which can be passed totf.data.Dataset.apply. | 
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
 https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/data/experimental/take_while