tf.raw_ops.DistributedSave(
dataset, directory, address, metadata='', name=None
)
Args | |
---|---|
dataset
|
A Tensor of type variant .
|
directory
|
A Tensor of type string .
|
address
|
A Tensor of type string .
|
metadata
|
An optional string . Defaults to "" .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
The created Operation. |