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