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

Method dst_node

oneflow/core/graph/node.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 NodeType* src_node() const { return src_node_; }
59 NodeType* dst_node() const { return dst_node_; }
60
61 virtual std::string VisualStr() const { return ""; }
62

Callers 15

GenerateNodeAndEdgeMethod · 0.80
GetMutableOpCtrlDepsMethod · 0.80
GetNewLbiFunction · 0.80
ApplyMethod · 0.80
GenAfterAccSubgraphFunction · 0.80
ApplyMethod · 0.80
ApplyMethod · 0.80
ApplyMethod · 0.80
InsertCastOpImplFunction · 0.80
ApplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected