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

Function CEscape

tensorflow/core/platform/str_util.cc:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace str_util {
31
32string CEscape(StringPiece src) { return absl::CEscape(src); }
33
34bool CUnescape(StringPiece source, string* dest, string* error) {
35 return absl::CUnescape(source, dest, error);

Callers 15

GetPythonOpsFunction · 0.85
StringToPythonFunction · 0.85
OpMetadataToStringFunction · 0.85
PrintOneElementFunction · 0.85
PBTxtFromMultilineFunction · 0.85
SummarizeStringFunction · 0.85
CanonicalizeFunction · 0.85
ToStringMethod · 0.85
AppendStringMethod · 0.85
TestRandomAccessMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestRandomAccessMethod · 0.68
TESTFunction · 0.68