tensorflow / 2.9.1 / data / experimental / get_structure.html /

tf.data.experimental.get_structure

Returns the type signature for elements of the input dataset / 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.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/data/experimental/get_structure