tf.gfile.Stat
tf.gfile.Stat
tf.gfile.Stat
Stat(filename)
Defined in tensorflow/python/lib/io/file_io.py
.
Returns file statistics for a given path.
Args:
-
filename
: string, path to a file
Returns:
FileStatistics struct that contains information about the path
Raises:
errors.OpError: If the operation fails.
© 2017 The TensorFlow Au