aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/record_writer.cc
Commit message (Expand)AuthorAge
* Add helper functions that allow users to write TFRecords in memory.Gravatar Eugene Brevdo2018-09-10
* Add nullptr checks so that Write() and Flush() fail instead of segfaultGravatar A. Unique TensorFlower2018-08-06
* Fix typo (#17008)Gravatar ManHyuk2018-02-18
* Propagate any I/O errors during close() when using TFRecordWriter.Gravatar Jonathan Hseu2017-05-17
* Introducing common tf io compression options constants for RecordReader/Recor...Gravatar A. Unique TensorFlower2016-12-19
* Extend ZlibOutputBuffer from WritableFile to cleanup RecordWriter interface.Gravatar Saurabh Saxena2016-10-18
* Add support for GZIP (and other future compression types) to TFRecordReader i...Gravatar A. Unique TensorFlower2016-09-22
* Added a check for output_buffer_size <= 1 for ZlibOutputBuffer. Also adding s...Gravatar Rohan Jain2016-09-06
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
* Add support to TFRecordReader and writer to read/write from zlib compressed f...Gravatar A. Unique TensorFlower2016-06-16
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06