aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings
Commit message (Expand)AuthorAge
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* Renamed tensorflow::strings::PadSpec enum values to match absl::PadSpec enum ...Gravatar A. Unique TensorFlower2018-08-31
* Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Removed parts of numbers_test that caused asan/msan/tsan failureGravatar Rachel Lim2018-06-06
* Automated g4 rollback of changelist 198815200Gravatar Rachel Lim2018-06-01
* Automated g4 rollback of changelist 198812512Gravatar A. Unique TensorFlower2018-05-31
* [tf.data] Changed parsing logic for CsvDataset for better performance and cor...Gravatar Rachel Lim2018-05-31
* Internal clean up: change scanf to use int64_t instead of int64Gravatar A. Unique TensorFlower2018-05-04
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Speed up safe_strtod and safe_strtof functions by using double-conversion lib...Gravatar akindyakov2018-04-20
* Prevent access to deallocated hash map upon exit().Gravatar A. Unique TensorFlower2018-04-18
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-04
* Small cleanup StrCat related number formattingGravatar A. Unique TensorFlower2018-03-22
* Make strcat.{h,cc} independent of Eigen.Gravatar A. Unique TensorFlower2018-03-21
* Remove a few unused #includesGravatar A. Unique TensorFlower2018-03-19
* Added StrContains, StartsWith, and EndsWith functions to str_util.h.Gravatar A. Unique TensorFlower2018-03-16
* Break the dependency between platform/types.h and bfloat16.h, and betweenGravatar A. Unique TensorFlower2018-03-13
* Decoupling hash and protobuf. This simplifies a little bit the dependency cha...Gravatar A. Unique TensorFlower2018-03-08
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Fully qualify string methods to avoid future conflicts with Abseil.Gravatar A. Unique TensorFlower2018-01-16
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Fix a bug in string to number conversion code.Gravatar Gunhan Gulsoy2017-12-07
* Removed forward declarations of tensorflow::StringPiece so that it may more e...Gravatar A. Unique TensorFlower2017-11-21
* Fixed a bug in tensorflow::str_util::CUnescape. Added a str util test thatGravatar A. Unique TensorFlower2017-11-14
* Removed StringPiece::set and StringPiece::clear, as they have no absl::string...Gravatar A. Unique TensorFlower2017-11-10
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Use size_t for string sizeGravatar Igor Ganichev2017-08-29
* Add ArgDefCase conversion to tensorflow::str_utilGravatar Igor Ganichev2017-08-29
* Fix signed integer overflows detected with -fsanitize=signed-integer-overflowGravatar A. Unique TensorFlower2017-08-03
* Fix warnings.Gravatar Patrick Nguyen2017-06-19
* Use unnamed namespace to effect internal linkage, replace string constructors...Gravatar A. Unique TensorFlower2017-05-31
* Cleanup: Use C++ casts, remove redundant casts, use CHECK_OKGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Make all the image decode ops handle all formatsGravatar Geoffrey Irving2017-05-12
* Get rid of gEmptyAlphaNum while there are still no usersGravatar A. Unique TensorFlower2017-05-12
* Add str_util::StringReplace.Gravatar Justin Lebar2017-05-10
* Fix transform graph parsing to avoid infinite loopGravatar Pete Warden2017-02-10
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Add input initialization values to benchmarkGravatar Pete Warden2017-01-06
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Support multiple delimiters for splitting strings.Gravatar A. Unique TensorFlower2016-11-25
* Minor simplification of string EOF/failure logic in string-to-number.Gravatar David G. Andersen2016-10-27
* Fix out-of-bounds read discovered by libFuzzer.Gravatar David G. Andersen2016-10-20