basic_uniform_stack#
- t3toolbox.backend.stacking.basic_uniform_stack(xx)#
def basic_uniform_stack( xx, # array-like tree of uniform array tuples (innermost tuple = one uniform object) ) -> typ.Tuple[ NDArray, # single uniform array tuple, tree levels stacked after axis 0 ..., ]:
Stack array-like tree of uniform array tuples into single ragged array tuple.
- Return type:
t3toolbox.backend.common.typ.Tuple[NDArray, Ellipsis]