On this page
tf.data.experimental.get_structure
Returns the type signature for elements of the input dataset / iterator.
tf.data.experimental.get_structure(
    dataset_or_iterator
)
| Args | |
|---|---|
| dataset_or_iterator | A tf.data.Datasetor antf.data.Iterator. | 
| Returns | |
|---|---|
| A nested structure of tf.TypeSpecobjects matching the structure of an element ofdataset_or_iteratorand specifying the type of individual components. | 
| Raises | |
|---|---|
| TypeError | If input is not a tf.data.Datasetor antf.data.Iteratorobject. | 
© 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/get_structure