aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/numbers_test.cc
Commit message (Collapse)AuthorAge
* Removed parts of numbers_test that caused asan/msan/tsan failureGravatar Rachel Lim2018-06-06
| | | | PiperOrigin-RevId: 199533243
* Speed up safe_strtod and safe_strtof functions by using double-conversion ↵Gravatar akindyakov2018-04-20
| | | | | | | | library Closes #12102. PiperOrigin-RevId: 193696537
* Add strings::HumanReadableNum to tensorflow/core/lib/strings/numbers.hGravatar A. Unique TensorFlower2016-09-18
| | | | | | | Move HumanReadableElapsedTime from tensorflow/core/lib/strings/str_util.h to tensorflow/core/lib/strings/numbers.h to match the other HumanReadable* routines. Change: 133533798
* Make floating point number parsing functions locale independent.Gravatar Manjunath Kudlur2016-06-21
| | | | | Fixes #2974 Change: 125530598
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Add safe_strtou32, safe_strtou64, and safe_strtod to numbers.h.Gravatar A. Unique TensorFlower2016-04-05
| | | | Change: 119099796
* Change safe_strto32 and safe_strto64 to accept StringPiece. Updates callers toGravatar A. Unique TensorFlower2016-03-11
| | | | | pass the StringPiece values. Change: 117027762
* Added more streamlined interfaces for converting rendezvous idsGravatar A. Unique TensorFlower2016-02-29
| | | | | | | to/from strings and used these in the rendezvous code. Improves performance for ptb_word_lm slightly (saves several allocations and an sscanf per CPU <-> GPU transfer). Change: 115852277
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
| | | | Change: 112523833
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
| | | | Change: 112481326
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
| | | | | | | | | | | | | | | | | | | | | | Changes: * error message that refers to removed `DefaultSession` method. * -Wnull-conversion warnings * the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set. * typo in tutorial data download progress message. * a typo ("however their installing"=>"however installing"). * typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website. * a typo ("subtact"=>"subtract"). * protobuf examples in comments in tensorflow::Example.proto. * formula formatting in MNIST beginner tutorial * negative fraction-of-queue-full stats * protobuf inclusion path so that Android demo will build under Blaze. * small typo (moderatly > moderately) * Session.run() to check that tensor arguments come from the session's graph. * another six import * seq2seq typo in bazel command Base CL: 108349164
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108