tensorflow / 2.9.1 / compat / v1 / data / get_output_shapes.html /

tf.compat.v1.data.get_output_shapes

Returns the output shapes for elements of the input dataset / iterator.

Migrate to TF2

This is a legacy API for inspecting the type signature of dataset elements. In TF 2, you should use the tf.data.Dataset.element_spec attribute instead.

Description

Args
dataset_or_iterator A tf.data.Dataset or tf.data.Iterator.
Returns
A (nested) structure of tf.TensorShape objects matching the structure of the dataset / iterator elements and specifying the shape of the individual components.

© 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/compat/v1/data/get_output_shapes