aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/numbers.cc
Commit message (Expand)AuthorAge
* Correct a couple of format stringsHEADmasterGravatar Benjamin Barenblat2018-10-10
* 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
* 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
* Fix a bug in string to number conversion code.Gravatar Gunhan Gulsoy2017-12-07
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Fix signed integer overflows detected with -fsanitize=signed-integer-overflowGravatar A. Unique TensorFlower2017-08-03
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* 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
* 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
* Eliminate compiler warnings for implicit int64->32 conversion. Most of theseGravatar David G. Andersen2016-09-10
* Make floating point number parsing functions locale independent.Gravatar Manjunath Kudlur2016-06-21
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add safe_strtou32, safe_strtou64, and safe_strtod to numbers.h.Gravatar A. Unique TensorFlower2016-04-05
* Change safe_strto32 and safe_strto64 to accept StringPiece. Updates callers toGravatar A. Unique TensorFlower2016-03-11
* Fix a compiler error due to signed/unsigned comparison.Gravatar Derek Murray2016-03-05
* Added more streamlined interfaces for converting rendezvous idsGravatar A. Unique TensorFlower2016-02-29
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* 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