W3cubDocs

/TensorFlow 1.15

tf.data.experimental.get_structure

View source on GitHub

Returns the type specification of an element of a Dataset or Iterator.

Args
dataset_or_iterator A tf.data.Dataset or tf.data.Iterator.
Returns
A nested structure of tf.TypeSpec objects matching the structure of an element of dataset_or_iterator and spacifying the type of individal components.
Raises
TypeError If dataset_or_iterator is not a Dataset or 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/r1.15/api_docs/python/tf/data/experimental/get_structure