aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/str_util_test.cc
Commit message (Expand)AuthorAge
* Speed up safe_strtod and safe_strtof functions by using double-conversion lib...Gravatar akindyakov2018-04-20
* Added StrContains, StartsWith, and EndsWith functions to str_util.h.Gravatar A. Unique TensorFlower2018-03-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Fixed a bug in tensorflow::str_util::CUnescape. Added a str util test thatGravatar A. Unique TensorFlower2017-11-14
* Add ArgDefCase conversion to tensorflow::str_utilGravatar Igor Ganichev2017-08-29
* Add str_util::StringReplace.Gravatar Justin Lebar2017-05-10
* Add input initialization values to benchmarkGravatar Pete Warden2017-01-06
* Support multiple delimiters for splitting strings.Gravatar A. Unique TensorFlower2016-11-25
* GCS Resumable Upload: use int64 instead of int32 when parsing file offsets.Gravatar Alexey Surkov2016-10-14
* Add strings::HumanReadableNum to tensorflow/core/lib/strings/numbers.hGravatar A. Unique TensorFlower2016-09-18
* Augment TensorFlow str_util::Join with three-argument variant that allowsGravatar A. Unique TensorFlower2016-09-12
* Add new str_util::HumanReadableElapsedTime that formats a 'double seconds' valueGravatar A. Unique TensorFlower2016-09-06
* Fix overflow detection in ConsumeLeadingDigits.Gravatar A. Unique TensorFlower2016-07-18
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Remove NumericParse32 from str_util.h, replacing calls with safe_strto32 fromGravatar A. Unique TensorFlower2016-04-06
* 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
* Remove word2vec's dependency on RE2. This is primarily to allow inputsGravatar A. Unique TensorFlower2016-01-19
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06