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.Dataset or an tf.data.Iterator. | 
     
| Returns | |
|---|---|
A nested structure of tf.TypeSpec objects matching the structure of an element of dataset_or_iterator and specifying the type of individual components. | 
     
| Raises | |
|---|---|
TypeError | 
      If input is not a tf.data.Dataset or an tf.data.Iterator object. | 
     
© 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.3/api_docs/python/tf/data/experimental/get_structure