Read Me
Examples
array_split
shape_split
ShapeSplitter
array_start
halo
API Reference
shape_split()
array_split()
ARRAY_BOUNDS
NO_BOUNDS
array_split.split
shape_factors()
calculate_num_slices_per_axis()
calculate_tile_shape_for_max_bytes()
convert_halo_to_array_form()
is_scalar()
is_sequence()
is_indices()
pad_with_object()
pad_with_none()
array_split.split_test
SplitTest
array_split.tests
MultiPlatformAnd23Checker
DocTestTestSuite
load_tests()
array_split.logging
SplitStreamHandler
initialise_loggers()
get_formatter()
array_split.unittest
main()
TestCase
array_split.license
license()
copyright()
version()
Contributing
Calculated tile shape will be an integer multiple of this sub-tile shape. i.e. (self.tile_shape[i] % self.sub_tile_shape[i]) == 0, for i in range(0, len(self.tile_shape)). A 1D numpy.ndarray of int indicating sub-tile shape.
(self.tile_shape[i] % self.sub_tile_shape[i]) == 0
i in range(0, len(self.tile_shape))
numpy.ndarray
int