Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace str_util {
31
32
string CEscape(StringPiece src) { return absl::CEscape(src); }
33
34
bool CUnescape(StringPiece source, string* dest, string* error) {
35
return absl::CUnescape(source, dest, error);
Callers
15
GetPythonOps
Function · 0.85
StringToPython
Function · 0.85
ToStringWithCanonicalNameMap
Method · 0.85
OpMetadataToString
Function · 0.85
ExtraAttributesToStringImpl
Method · 0.85
PrintOneElement
Function · 0.85
PBTxtFromMultiline
Function · 0.85
SummarizeString
Function · 0.85
Canonicalize
Function · 0.85
ToString
Method · 0.85
AppendString
Method · 0.85
TestRandomAccess
Method · 0.85
Calls
no outgoing calls
Tested by
2
TestRandomAccess
Method · 0.68
TEST
Function · 0.68