strategy_name (str) – name of the strategy ('basic', 'overlap_tiling').
img_size (Sequence[int]) – full shape of the signal tensor, including batch and channel dimensions (e.g., (B, C, H, W)).
tiling_dims (tuple[int, ...] | None) – dimensions to tile. If None, defaults to last N dimensions.