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

Function GetBroadcastSbpParallel

oneflow/api/python/symbol/sbp_symbol.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Maybe<Symbol<SbpParallel>> GetBroadcastSbpParallel() {
53 static Symbol<SbpParallel> broadcast_sbp = JUST(MakeBroadcastSbpParallel());
54 return broadcast_sbp;
55}
56
57Maybe<Symbol<SbpParallel>> GetPartialSumSbpParallel() {
58 static Symbol<SbpParallel> partial_sum_sbp = JUST(MakePartialSumSbpParallel());

Callers 1

GetSbpFromStateFunction · 0.85

Calls 1

MakeBroadcastSbpParallelFunction · 0.85

Tested by

no test coverage detected