Saves values of tensors into files. Useful for debugging. E.g., x = ... a tf.Tensor ... y = ... a tf.Tensor ... z = compute(x, y) z = Save(z, '/path/tmp', x=x, y=y, z=z) Args: value: A Tensor. Saving happens after this tensor is computed. filename_prefix: Every tensor i
(value, filename_prefix, **kwargs)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected
searching dependent graphs…