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