MCPcopy 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
142void* GraphCycles::GetNodeData(int32 node) const {
143 return rep_->nodes_[node]->data;
144}
145
146void GraphCycles::SetNodeData(int32 node, void* data) {
147 rep_->nodes_[node]->data = data;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64