Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetNodeData
Method
SetNodeData
tensorflow/compiler/jit/graphcycles/graphcycles.cc:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void GraphCycles::SetNodeData(int32 node, void* data) {
147
rep_->nodes_[node]->data = data;
148
}
149
150
bool GraphCycles::HasEdge(int32 x, int32 y) const {
151
return rep_->nodes_[x]->out.Contains(y);
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64