aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/base64.cc
Commit message (Collapse)AuthorAge
* Eliminate compiler warnings for implicit int64->32 conversion. Most of theseGravatar David G. Andersen2016-09-10
| | | | | | weren't bugs, but in some cases, it generalizes the code a bit in ways that should be nice for future flexibility. Change: 132773101
* Slightly simplify base64 decoding function.Gravatar A. Unique TensorFlower2016-08-24
| | | | Change: 131142953
* Add EncodeBase64 and DecodeBase64 ops.Gravatar A. Unique TensorFlower2016-08-17
Change: 130534089