Get the number of rows/items assigned to the given part.
(self, part)
| 573 | ) |
| 574 | |
| 575 | def local_size(self, part): |
| 576 | """Get the number of rows/items assigned to the given part.""" |
| 577 | return _CAPI_DGLNDArrayPartitionGetPartSize(self._partition, part) |
| 578 | |
| 579 | def map_to_local(self, idxs): |
| 580 | """Convert the set of global indices to local indices""" |
no outgoing calls
no test coverage detected