| 48 | } |
| 49 | |
| 50 | string GetCollectiveKey(OpKernelContext* c) { |
| 51 | return strings::StrCat(collective_prefix_, ";", c->step_id(), ";", |
| 52 | c->frame_iter().frame_id, ":", |
| 53 | c->frame_iter().iter_id); |
| 54 | } |
| 55 | |
| 56 | int num_devices() const { return num_devices_; } |
| 57 |
nothing calls this directly
no test coverage detected