array_split.ShapeSplitter.calculate_split_from_extents

ShapeSplitter.calculate_split_from_extents()[source]

Returns split calculated using extents obtained from split_begs and split_ends. All calls to calculate the split end up here to produce the numpy structured array of tuple-of-slice elements.

Return type:numpy.ndarray
Returns:A numpy structured array where each element is a tuple of slice objects.