aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/str_util.h
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Speed up safe_strtod and safe_strtof functions by using double-conversion lib...Gravatar akindyakov2018-04-20
* 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
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Add ArgDefCase conversion to tensorflow::str_utilGravatar Igor Ganichev2017-08-29
* Make all the image decode ops handle all formatsGravatar Geoffrey Irving2017-05-12
* 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
* Clean up warnings and IWYU in tensorflow/core/lib.Gravatar Derek Murray2016-09-21
* Add strings::HumanReadableNum to tensorflow/core/lib/strings/numbers.hGravatar A. Unique TensorFlower2016-09-18
* Add a str_util::ConsumeSuffix() utility function.Gravatar A. Unique TensorFlower2016-09-17
* Include what you use in str_util.h: <functional> for std::function<>.Gravatar Derek Murray2016-09-14
* 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
* 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
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* 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
* Remove word2vec's dependency on RE2. This is primarily to allow inputsGravatar A. Unique TensorFlower2016-01-19
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06