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

Method ToExecSequence

oneflow/core/graph/exec_graph.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void ExecGraph::ToExecSequence(const ParallelContext* parallel_ctx, ExecSequence* ret) const {
210 TopoForEachNode([&](ExecNode* node) { node->ToProto(parallel_ctx, ret->add_exec_node()); });
211}
212
213} // namespace oneflow

Callers 1

ToProtoMethod · 0.80

Calls 1

ToProtoMethod · 0.45

Tested by

no test coverage detected