Home
last modified time | relevance | path

Searched refs:DecodeThreeChars (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dbase64.cc61 Status DecodeThreeChars(const char* codes, char* result) { in DecodeThreeChars() function
103 TF_RETURN_IF_ERROR(DecodeThreeChars(b64, current)); in Base64Decode()
131 TF_RETURN_IF_ERROR(DecodeThreeChars(tail, current)); in Base64Decode()