Saves the input tensors to disk.
tf.raw_ops.Save(
filename, tensor_names, data, name=None
)
Used in the notebooks
Used in the tutorials |
---|
The size of tensor_names
must match the number of tensors in data
. data[i]
is written to filename
with name tensor_names[i]
.
See also SaveSlices
.
Returns | |
---|---|
The created Operation. |