aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/zlib_buffers_test.cc
Commit message (Expand)AuthorAge
* Branch 172647355 (#13819)Gravatar Amit Patankar2017-10-18
* 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
* Added a check for output_buffer_size <= 1 for ZlibOutputBuffer. Also adding s...Gravatar Rohan Jain2016-09-06
* Changing ZlibInputBuffer to ZlibInputStream and making it so that it implemen...Gravatar Rohan Jain2016-09-03
* Clean up callers of old Env:: APIs that don't pass unique_ptr.Gravatar Vijay Vasudevan2016-06-20
* 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