MCPcopy 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
146void GraphCycles::SetNodeData(int32 node, void* data) {
147 rep_->nodes_[node]->data = data;
148}
149
150bool GraphCycles::HasEdge(int32 x, int32 y) const {
151 return rep_->nodes_[x]->out.Contains(y);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64