aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/core/stringpiece.h
Commit message (Expand)AuthorAge
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
* Removed ToString method from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-08-28
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Added non-std string support to tensorflow::StringPiece string conversion ope...Gravatar A. Unique TensorFlower2018-08-16
* Added string conversion operator to tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-04-27
* Removed deprecated methods from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-04-19
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Added StrContains, StartsWith, and EndsWith functions to str_util.h.Gravatar A. Unique TensorFlower2018-03-16
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Automated g4 rollback of changelist 189110935Gravatar A. Unique TensorFlower2018-03-15
* Automated g4 rollback of changelist 189060958Gravatar A. Unique TensorFlower2018-03-14
* Move StringPieceHasher from stringpiece.h to hash.h (where there is already a...Gravatar A. Unique TensorFlower2018-03-14
* Changed tensorflow::StringPiece default constructor to set data_ to nullptr i...Gravatar A. Unique TensorFlower2017-12-04
* Removed deprecated Hasher alias from StringPiece.Gravatar A. Unique TensorFlower2017-11-27
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece (to tens...Gravatar A. Unique TensorFlower2017-11-20
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Removed StringPiece::set and StringPiece::clear, as they have no absl::string...Gravatar A. Unique TensorFlower2017-11-10
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Change safe_strto32 and safe_strto64 to accept StringPiece. Updates callers toGravatar A. Unique TensorFlower2016-03-11
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06