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

Function AddDelimiter

tensorflow/python/framework/python_op_gen_internal.cc:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493static void AddDelimiter(string* append_to, const string& delim) {
494 if (!append_to->empty()) strings::StrAppend(append_to, delim);
495}
496
497const ApiDef::Attr* FindAttr(StringPiece name, const ApiDef& api_def) {
498 for (int i = 0; i < api_def.attr_size(); ++i) {

Callers 2

CodeMethod · 0.85
AddExportMethod · 0.85

Calls 2

StrAppendFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected