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

Method CreatePredicatorIsReachable

oneflow/core/graph/op_graph.cpp:592–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592std::function<bool(const OpNode* src, const OpNode* dst)> OpGraph::CreatePredicatorIsReachable()
593 const {
594 return MakePredicatorIsReachable();
595}
596
597// Print the graph with SBP in order
598void OpGraph::PrintSBPGraphDebugInfo() const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected