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

Function ControlLoopName

tensorflow/core/graph/graph_partition.cc:600–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600string ControlLoopName(const string& name) {
601 return strings::StrCat("_cloop", name);
602}
603
604bool IsControlLoop(const Node* node) {
605 const string& name = node->name();

Callers 1

AddControlLoopFunction · 0.85

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected