(self, data: DataProto)
| 43 | |
| 44 | @register(dispatch_mode=Dispatch.DP_COMPUTE_PROTO) |
| 45 | def add(self, data: DataProto): |
| 46 | data.batch["a"] += self.rank + self.worker_id |
| 47 | return data |
| 48 | |
| 49 | |
| 50 | def test_split_resource_pool_with_split_size(): |
no outgoing calls
no test coverage detected