View aliases
Compat aliases for migration
See Migration guide for more details.
tf.raw_ops.SaveDatasetV2(
input_dataset,
path,
shard_func_other_args,
shard_func,
output_types,
output_shapes,
compression='',
use_shard_func=True,
name=None
)
Args | |
---|---|
input_
|
A Tensor of type variant .
|
path
|
A Tensor of type string .
|
shard_
|
A list of Tensor objects.
|
shard_
|
A function decorated with @Defun. |
output_
|
A list of tf. that has length >= 1 .
|
output_
|
A list of shapes (each a tf.TensorShape or list of ints ) that has length >= 1 .
|
compression
|
An optional string . Defaults to "" .
|
use_
|
An optional bool . Defaults to True .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type variant .
|