tf.raw_ops.TensorDataset

Creates a dataset that emits components as a tuple of tensors once.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.TensorDataset

components A list of Tensor objects.
output_shapes A list of shapes (each a tf.TensorShape or list of ints) that has length >= 1.
metadata An optional string. Defaults to "".
name A name for the operation (optional).

A Tensor of type variant.