MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / SetGraphId

Method SetGraphId

paddle/fluid/framework/ir/node.h:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 // ID can only set by a Graph.
286 void SetId(int id) { id_ = id; }
287 void SetGraphId(int graph_id) { graph_id_ = graph_id; }
288
289 // desc_order can only set by a Graph when constructing a Graph from a
290 // BlockDesc.

Callers 4

CreateVarNodeMethod · 0.80
CreateOpNodeMethod · 0.80
CreateControlDepVarMethod · 0.80
CreateEmptyNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected