Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsTensorIdControl
Function
IsTensorIdControl
tensorflow/core/graph/tensor_id.cc:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool IsTensorIdControl(const TensorId& tensor_id) {
66
return tensor_id.index() == Graph::kControlSlot;
67
}
68
69
} // namespace tensorflow
Callers
6
InitializeFromGraph
Method · 0.85
CheckAndAddFaninsInternal
Method · 0.85
AddNode
Method · 0.85
CheckFaninsInternal
Method · 0.85
AddFaninsInternal
Method · 0.85
TEST
Function · 0.85
Calls
1
index
Method · 0.45
Tested by
1
TEST
Function · 0.68