array_split.ShapeSplitter.sub_tile_shape

ShapeSplitter.sub_tile_shape

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.