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

Function StringReplace

tensorflow/core/profiler/internal/tfprof_utils.cc:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68string StringReplace(const string& str, const string& oldsub,
69 const string& newsub) {
70 string out = str;
71 RE2::GlobalReplace(&out, oldsub, newsub);
72 return out;
73}
74
75namespace {
76string StripQuote(const string& s) {

Callers 2

TEST_FFunction · 0.70
AddStepStatMethod · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56