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