aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/table_test.cc
Commit message (Expand)AuthorAge
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Fix missing namespace commentsGravatar A. Unique TensorFlower2017-05-31
* Cleanup: Use C++ casts, remove redundant casts, use CHECK_OKGravatar A. Unique TensorFlower2017-05-30
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Change comparison in core/lib/io/table_test.cc to use StringPiecesGravatar A. Unique TensorFlower2016-06-16
* In lib/io/table_test.cc, reduce the number of random-access iterations doneGravatar A. Unique TensorFlower2016-06-13
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fix broken build.Gravatar A. Unique TensorFlower2016-04-08
* 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
* Drop snappy.h from port.h, #include it directly from theGravatar Josh Levenberg2016-01-06
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06