aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib/io
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Add compression options to Python's TFRecordOptionsGravatar A. Unique TensorFlower2018-09-06
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* Add out_status to py_record_writer.writeGravatar A. Unique TensorFlower2018-08-16
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Add nullptr checks so that Write() and Flush() fail instead of segfaultGravatar A. Unique TensorFlower2018-08-06
* Change PyRecordWriter destructor order so that file_ is still available for w...Gravatar A. Unique TensorFlower2018-08-03
* Extract tf_record_test.py from reader_ops_test.pyGravatar A. Unique TensorFlower2018-06-18
* Resolve name collisions with assets in SavedModels by deduplicating names thatGravatar Karmel Allison2018-05-23
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Change the TF record reader to use 16MB buffering by default in order to impr...Gravatar A. Unique TensorFlower2018-04-20
* Apply "Raise exception in SWIG on bad TF_Status" to base.iGravatar Akshay Modi2018-04-03
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Handling empty path names by fixing how TranslateName() works. Currently that...Gravatar Rohan Jain2017-09-22
* Allow atomic_write_string_to_file to take an overwrite argument (instead of h...Gravatar A. Unique TensorFlower2017-08-22
* Fix parameter naming in docstring and quote it.Gravatar A. Unique TensorFlower2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Propagate any I/O errors during close() when using TFRecordWriter.Gravatar Jonathan Hseu2017-05-17
* Support a list of globs in file_io.get_matching_files.Gravatar Dan Ringwalt2017-05-10
* Small comment fix.Gravatar A. Unique TensorFlower2017-04-28
* Automated rollback of change 154338968Gravatar Jonathan Hseu2017-04-26
* Release the Python GIL around all file_io operations.Gravatar Jonathan Hseu2017-04-26
* Support the whence parameter in GFile's .seek() to match Python's fileGravatar Jonathan Hseu2017-04-19
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Doc updates for Python IO, string, TensorArray, and summary opsGravatar A. Unique TensorFlower2017-02-13
* Doc fixit task 2.Gravatar Jonathan Hseu2017-02-13
* 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
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Fix FileIO.read() to match file.read() behavior and not raise an exception on...Gravatar Jonathan Hseu2016-12-08
* Throw an exception on failure to read records in tf_record_iteratorGravatar Jonathan Hseu2016-11-29
* 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
* Seal tf.python_io's interface.Gravatar Patrick Nguyen2016-11-01
* Automatically build SWIG from sourceGravatar Justine Tunney2016-10-20
* 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
* Plugging a memory leak for the RandomAccessFile pointer.Gravatar Rohan Jain2016-10-13
* 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