MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Base64Encode

Function Base64Encode

tensorflow/core/lib/strings/base64.cc:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138Status Base64Encode(StringPiece source, string* encoded) {
139 return Base64Encode(source, false, encoded);
140}
141
142Status Base64Encode(StringPiece source, bool with_padding, string* encoded) {
143 const char* const base64_chars = kBase64UrlSafeChars;

Callers 6

TESTFunction · 0.85
ComputeMethod · 0.85
CreateSignatureFunction · 0.85
EncodeJwtClaimFunction · 0.85
EncodeJwtHeaderFunction · 0.85
GraphToFunctionDefFunction · 0.85

Calls 6

InternalFunction · 0.85
ResourceExhaustedFunction · 0.85
sizeMethod · 0.45
getMethod · 0.45
dataMethod · 0.45
assignMethod · 0.45

Tested by 1

TESTFunction · 0.68