aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/zlib_outputbuffer.cc
Commit message (Expand)AuthorAge
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Change PyRecordWriter destructor order so that file_ is still available for w...Gravatar A. Unique TensorFlower2018-08-03
* Remove redundant get() calls and string conversionsGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Extend ZlibOutputBuffer from WritableFile to cleanup RecordWriter interface.Gravatar Saurabh Saxena2016-10-18
* Remove uses of type `uint` since it is not defined on all platforms.Gravatar Derek Murray2016-09-14
* Make tensorflow zlib compression compatible with external libraries.Gravatar A. Unique TensorFlower2016-09-13
* Added a check for output_buffer_size <= 1 for ZlibOutputBuffer. Also adding s...Gravatar Rohan Jain2016-09-06
* Add support to TFRecordReader and writer to read/write from zlib compressed f...Gravatar A. Unique TensorFlower2016-06-16
* Move inflateInit and deflateInit params to ZlibCompressionOptions.Gravatar A. Unique TensorFlower2016-06-14
* Add input/output buffers for reading/writing compressed data using zlib.Gravatar A. Unique TensorFlower2016-06-10