aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io
Commit message (Expand)AuthorAge
...
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Fix WholeFileReader for named pipes (or any file with incorrect or non-fixed ...Gravatar Jonathan Hseu2017-05-18
* Propagate any I/O errors during close() when using TFRecordWriter.Gravatar Jonathan Hseu2017-05-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Eliminating some 64 bit to 32 bit silent downconversions.Gravatar David G. Andersen2017-04-03
* Enable snappy.Gravatar Saurabh Saxena2017-03-30
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Introducing common tf io compression options constants for RecordReader/Recor...Gravatar A. Unique TensorFlower2016-12-19
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Change path functions to operate on URIs rather than paths.Gravatar Jonathan Hseu2016-11-02
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Extend ZlibOutputBuffer from WritableFile to cleanup RecordWriter interface.Gravatar Saurabh Saxena2016-10-18
* Plugging a memory leak for the RandomAccessFile pointer.Gravatar Rohan Jain2016-10-13
* Add seek to FileIO via RandomAccessInputStream and BufferedInputStream,Gravatar Vijay Vasudevan2016-09-28
* Creating a Env::GetMatchingPaths function to match patterns against the FS. U...Gravatar Rohan Jain2016-09-22
* Add support for GZIP (and other future compression types) to TFRecordReader i...Gravatar A. Unique TensorFlower2016-09-22
* io::InputBuffer: add file().Gravatar Zongheng Yang2016-09-22
* Optimize Bazel external dependenciesGravatar Justine Tunney2016-09-21
* When building the table do not flush the file underlying the checkpoint as th...Gravatar A. Unique TensorFlower2016-09-14
* Remove uses of type `uint` since it is not defined on all platforms.Gravatar Derek Murray2016-09-14
* Adding io::CleanPath in path.h to clean up paths. Also made TranslateName cal...Gravatar Rohan Jain2016-09-14
* Make tensorflow zlib compression compatible with external libraries.Gravatar A. Unique TensorFlower2016-09-13
* Use parameter packs with io::JoinPath to allow passing more arguments.Gravatar Jonathan Hseu2016-09-12
* 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
* io::InputBuffer: add ReadVarint32().Gravatar Zongheng Yang2016-08-26
* Creating a FileIO object and an iterator interface for file reading.Gravatar Rohan Jain2016-08-23
* Adding a Buffered InputStream that implements buffering on top of the InputSt...Gravatar Rohan Jain2016-08-23
* io::InputBuffer: add Seek() and ReadNBytes(int64, char*, size_t*).Gravatar Zongheng Yang2016-08-23
* Add buffers for reading and writing snappy compressed files.Gravatar Saurabh Saxena2016-08-23
* Creating a RandomAccessInputStream that wraps a RandomAccessFile in a InputSt...Gravatar Rohan Jain2016-08-17
* Merge changes from github.Gravatar Benoit Steiner2016-08-16
* Creating a InputStreamInterface for sequentially streaming files.Gravatar Rohan Jain2016-08-12
* Performance improvements for gRPC-based TensorFlow system. Rather thanGravatar A. Unique TensorFlower2016-07-22
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
* Clean up callers of old Env:: APIs that don't pass unique_ptr.Gravatar Vijay Vasudevan2016-06-20
* Change comparison in core/lib/io/table_test.cc to use StringPiecesGravatar A. Unique TensorFlower2016-06-16
* Add support to TFRecordReader and writer to read/write from zlib compressed f...Gravatar A. Unique TensorFlower2016-06-16
* Change ownership of file within InputBuffer to not own the file.Gravatar Vijay Vasudevan2016-06-16
* Move inflateInit and deflateInit params to ZlibCompressionOptions.Gravatar A. Unique TensorFlower2016-06-14
* In lib/io/table_test.cc, reduce the number of random-access iterations doneGravatar A. Unique TensorFlower2016-06-13
* Add input/output buffers for reading/writing compressed data using zlib.Gravatar A. Unique TensorFlower2016-06-10
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fix broken build.Gravatar A. Unique TensorFlower2016-04-08
* TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projectsGravatar Vijay Vasudevan2016-01-27
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* TensorFlow: fully qualify testing namespace for gunit.Gravatar Vijay Vasudevan2016-01-12