Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ HasEdge
Method
HasEdge
tensorflow/compiler/jit/graphcycles/graphcycles.cc:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
bool GraphCycles::HasEdge(int32 x, int32 y) const {
151
return rep_->nodes_[x]->out.Contains(y);
152
}
153
154
void GraphCycles::RemoveEdge(int32 x, int32 y) {
155
rep_->nodes_[x]->out.Erase(y);
Callers
4
PrintGCEdges
Function · 0.45
CheckEdges
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
1
Contains
Method · 0.45
Tested by
4
PrintGCEdges
Function · 0.36
CheckEdges
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36