History log of /external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd8ad028e79005377d326a02fa77f655a0f62699 20-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece (to tensorflow::StringPieceHasher) and replaced it with an alias.
This will allow tensorflow::StringPiece to be more easily replaced with absl::string_view (which does not contain a Hasher struct) after all references to tensorflow::StringPiece::Hasher are removed.

PiperOrigin-RevId: 176414198
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
7d197b3ab4b5389c19ab7742cf5d473d5fa91b08 14-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Automated g4 rollback of changelist 175563786

PiperOrigin-RevId: 175593063
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
0a79d4ab6ab961d7f36cbb3a14cfaff2152e70fd 13-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and renamed it tensorflow::StringPieceHasher. This allows tensorflow::StringPiece to be more easily replaced with absl::string_view (which does not contain a Hasher struct).

PiperOrigin-RevId: 175563786
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
d83074847ebfe8871188f1f9f1e84ab0451f59e6 30-May-2017 A. Unique TensorFlower <gardener@tensorflow.org> Use "nullptr" for null pointer values

PiperOrigin-RevId: 157468186
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
3b55e1f4f4be8fd4a6a5084edf9daf01e0990c3c 12-Mar-2016 A. Unique TensorFlower <nobody@tensorflow.org> Change safe_strto32 and safe_strto64 to accept StringPiece. Updates callers to
pass the StringPiece values.
Change: 117027762
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
5c9f4f8973d0958d13e30be574f9403df43b87d7 25-Feb-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: fix bug in StringPiece::contains which made it always
return true. Add a unittest to catch this type of regression in
the future.
Change: 115573280
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
59f1eba5fb94506a205fa2e81145667754739da5 07-Feb-2016 Martin Wicke <wicke@google.com> Merge changes from GitHub, clean up linter errors, fix dependencies test.
Change: 114064632
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 20-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Improve performance of Alexnet

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
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc
f41959ccb2d9d4c722fe8fc3351401d53bcf4900 07-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
/external/tensorflow/tensorflow/core/lib/core/stringpiece.cc