MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / BuildCtrlRegstDesc

Method BuildCtrlRegstDesc

oneflow/core/graph/task_node.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285RegstDesc* TaskNode::BuildCtrlRegstDesc(TaskNode* dst_node) {
286 std::string name;
287 return BuildCtrlRegstDesc(dst_node, &name);
288}
289
290RegstDesc* TaskNode::BuildCtrlRegstDesc(TaskNode* dst_node, std::string* name) {
291 RegstDescTypeProto regst_desc_type;

Callers 6

ConnectCtrlEdgeMethod · 0.80
FOR_RANGEFunction · 0.80
FOR_RANGEFunction · 0.80
FOR_RANGEMethod · 0.80
FOR_RANGEFunction · 0.80
FOR_RANGEFunction · 0.80

Calls 4

to_stringFunction · 0.85
ConsumeRegstMethod · 0.80
regst_desc_idMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected