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

tf.compat.v1.data.get_output_classes

Returns the output classes 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 Python type objects matching the structure of the dataset / iterator elements and specifying the class 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_classes