| 23 | namespace { |
| 24 | |
| 25 | inline void SplitImpl(SbpSignature* sbp_sign, const std::string& bn, int64_t axis) { |
| 26 | (*sbp_sign->mutable_bn_in_op2sbp_parallel())[bn].mutable_split_parallel()->set_axis(axis); |
| 27 | } |
| 28 | |
| 29 | inline void BroadcastImpl(SbpSignature* sbp_sign, const std::string& bn) { |
| 30 | (*sbp_sign->mutable_bn_in_op2sbp_parallel())[bn].mutable_broadcast_parallel(); |