Replaced calls to deprecated tensorflow::StringPiece methods with their
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 4 Apr 2018 19:08:49 +0000 (12:08 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 4 Apr 2018 19:11:49 +0000 (12:11 -0700)
commit13e103b8f0dcc89673dd0d3d589b976c05c37a09
tree3debee5abeae72842052b360124504c5a62e9779
parentbd540c8c45bf66a9c14af38a272840b47731b91a
Replaced calls to deprecated tensorflow::StringPiece methods with their
tensorflow::str_util equivalents.

This will allow the deprecated methods to be removed.

PiperOrigin-RevId: 191627087
22 files changed:
tensorflow/core/lib/strings/numbers.cc
tensorflow/core/lib/strings/ordered_code_test.cc
tensorflow/core/lib/strings/scanner.h
tensorflow/core/platform/cloud/BUILD
tensorflow/core/platform/cloud/gcs_file_system.cc
tensorflow/core/platform/cloud/gcs_file_system_test.cc
tensorflow/core/platform/cloud/retrying_file_system_test.cc
tensorflow/core/platform/cloud/retrying_utils_test.cc
tensorflow/core/util/command_line_flags.cc
tensorflow/core/util/device_name_utils_test.cc
tensorflow/core/util/equal_graph_def.cc
tensorflow/core/util/memmapped_file_system.cc
tensorflow/core/util/reporter_test.cc
tensorflow/core/util/tensor_slice_reader_test.cc
tensorflow/core/util/tensor_slice_writer_test.cc
tensorflow/tools/graph_transforms/backports_test.cc
tensorflow/tools/graph_transforms/fold_constants_test.cc
tensorflow/tools/graph_transforms/freeze_requantization_ranges.cc
tensorflow/tools/graph_transforms/insert_logging.cc
tensorflow/tools/graph_transforms/sparsify_gather.cc
tensorflow/tools/graph_transforms/transform_graph_test.cc
tensorflow/tools/graph_transforms/transform_utils.cc