History log of /external/tensorflow/tensorflow/core/lib/core/stringpiece.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
171e4db57703ea12a314a1db520ea28aceca034c 04-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Changed tensorflow::StringPiece default constructor to set data_ to nullptr instead of "". This matches the default constructor of absl::string_view, and is necessary to ensure compatibility before tensorflow::StringPiece can be replaced with absl::string_view.

PiperOrigin-RevId: 177843991
/external/tensorflow/tensorflow/core/lib/core/stringpiece.h
4fbf63a8ba991113a6e35cbb3e4d14f2343dfbe4 27-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Removed deprecated Hasher alias from StringPiece.
This will allow StringPiece to be replaced by an alias to absl::string_view.

PiperOrigin-RevId: 177033313
/external/tensorflow/tensorflow/core/lib/core/stringpiece.h
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.h
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.h
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.h
83c2da808e96dc5c9c3e80353d1db58a17502bf1 10-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Removed StringPiece::set and StringPiece::clear, as they have no absl::string_view equivalents.

This will allow for a more convenient transition to absl::string_view.

Calls to set StringPiece::set and StringPiece::clear were replaced with the StringPiece constructor as follows:

string_piece_foo.set(data, size) => string_piece_foo = StringPiece(data, size)
string_piece_foo.clear() => string_piece_foo = StringPiece()

PiperOrigin-RevId: 175326576
/external/tensorflow/tensorflow/core/lib/core/stringpiece.h
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.h
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.h
1a116c2fd66037245ab1d61c037870a721c4d9f1 26-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Global search & replace to move to the new location for
tensorflow/core/ files and build targets.
Change: 113073106
/external/tensorflow/tensorflow/core/lib/core/stringpiece.h
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.h
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.h