get_tile_plan
get_tile_plan(
shape: tuple[int, …] ,
size: tuple[int, …] ,
stride: tuple[int, …] ,
)-> ‘TilePlan’
Return the plan for tiles of size at stride over an array of shape.
Cached: a spool of patches of one shape shares a plan.