description: Constructs a dataset from the given variant and structure.
tf.data.experimental.from_variant
Constructs a dataset from the given variant and structure.
View aliases
Compat aliases for migration
See
Migration guide for
more details.
tf.compat.v1.data.experimental.from_variant
tf.data.experimental.from_variant(
variant, structure
)
Args |
variant
|
A scalar tf.variant tensor representing a dataset.
|
structure
|
A tf.data.experimental.Structure object representing the
structure of each element in the dataset.
|