Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
600
string ControlLoopName(const string& name) {
601
return strings::StrCat(
"_cloop"
, name);
602
}
603
604
bool IsControlLoop(const Node* node) {
605
const string& name = node->name();
Callers
1
AddControlLoop
Function · 0.85
Calls
1
StrCat
Function · 0.50
Tested by
no test coverage detected