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

Function SbpParallelToString

oneflow/core/job/sbp_parallel.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248std::string SbpParallelToString(const SbpParallel& sbp_parallel) {
249 return SbpToString(sbp_parallel);
250}
251
252bool ParseNdSbpFromStringList(const std::vector<std::string>& sbp_str_list, NdSbp* nd_sbp) {
253 for (const auto& sbp_str : sbp_str_list) {

Callers 11

FindOrCreateNdSbpStringFunction · 0.85
ApplyMethod · 0.85
AddDiffParallelCastFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
sbp_symbol.cppFile · 0.85

Calls 1

SbpToStringFunction · 0.85

Tested by

no test coverage detected