aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib/io/file_io.py
Commit message (Expand)AuthorAge
* Fix python3 failures caused by change 145590579.Gravatar Gunhan Gulsoy2017-01-30
* Automated rollback of change 145580313Gravatar Gunhan Gulsoy2017-01-25
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* Support a scalar or vector of globs in tf.matching_files and related functions.Gravatar Dan Ringwalt2017-01-25
* Documentation: defining how existing directories are handled by recursive_cre...Gravatar A. Unique TensorFlower2016-11-24
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Fix issue where we wouldn't descend into subdirectories when listing GCS runsGravatar Jonathan Hseu2016-11-01
* Adding an atomic_write method to file_io which uses a temp file and renaming ...Gravatar Rohan Jain2016-10-18
* To fix the memory leak, make sure to delete the swig wrapped status objectGravatar Gunhan Gulsoy2016-10-17
* Making sure that we call File.Close() in file_io. Also simplified some SWIG w...Gravatar Rohan Jain2016-10-12
* Fixing tf.gfile's file writing in append mode. Earlier, append was the same a...Gravatar Rohan Jain2016-10-03
* Add seek to FileIO via RandomAccessInputStream and BufferedInputStream,Gravatar Vijay Vasudevan2016-09-28
* Add tell() to FileIO interface with tests.Gravatar Vijay Vasudevan2016-09-24
* Propagate the tensorflow::Status as a Python exception for various file openGravatar Jonathan Hseu2016-09-20
* Updating FileIO.flush() comment to clarify Flush() semantics.Gravatar Rohan Jain2016-09-13
* Adding a RecursivelyCreateDir function to the base environment. Removing func...Gravatar Rohan Jain2016-09-09
* Redirecting gfile to file_io.Gravatar Rohan Jain2016-09-08
* Creating a FileIO object and an iterator interface for file reading.Gravatar Rohan Jain2016-08-23
* Change DeviceFactory functions that create devices to propagateGravatar Vijay Vasudevan2016-08-08
* Adding comments to the FileIO class. Also adding a couple of more test cases.Gravatar Rohan Jain2016-08-08
* Adding support for Stat in the FileIO API.Gravatar Rohan Jain2016-08-01
* Adding list_directory and walk functions to the File IO API.Gravatar Rohan Jain2016-08-01
* Adding a SWIG wrapper for IsDirectoryGravatar Rohan Jain2016-07-18
* Adding a DeleteRecursive method to the C++ Filesystem API. Also adding a pyth...Gravatar Rohan Jain2016-07-18
* Adding Rename to the FileIO python APIGravatar A. Unique TensorFlower2016-07-15
* Adding a Copy method to the file_io API that SWIG wraps the C++ Filesystem API.Gravatar A. Unique TensorFlower2016-07-13
* Moving the python filesystem API support from saver_io.i to file_io. Also spl...Gravatar A. Unique TensorFlower2016-07-12