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

Method ForEachInDataEdge

oneflow/core/graph/task_node.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void TaskNode::ForEachInDataEdge(const std::function<void(TaskEdge*)>& Handler) const {
487 ForEachDataEdge(in_edges(), Handler);
488}
489
490void TaskNode::ForEachOutDataEdge(const std::function<void(TaskEdge*)>& Handler) const {
491 ForEachDataEdge(out_edges(), Handler);

Callers 5

ConsumeAllRegstsMethod · 0.80
ConsumeAllRegstsMethod · 0.80
ConsumeAllRegstsMethod · 0.80
ConsumeAllRegstsMethod · 0.80
ConsumeAllRegstsMethod · 0.80

Calls 1

ForEachDataEdgeFunction · 0.85

Tested by

no test coverage detected