Added string conversion operator to tensorflow::StringPiece.
Marked ToString method as deprecated. This will allow tensorflow::StringPiece to be replaced with absl::string_view (once the deprecated method is removed) as absl::string_view does not contain the ToString method. PiperOrigin-RevId: 194551042
Loading
Please sign in to comment