Creates a dataset that emits components
as a tuple of tensors once.
tf.raw_ops.TensorDataset(
components, output_shapes, metadata='', name=None
)
Args | |
---|---|
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). |
Returns | |
---|---|
A Tensor of type variant .
|