basic_ragged_unstack ==================== .. py:function:: t3toolbox.backend.stacking.basic_ragged_unstack(x, first_leaf_num_nonstacking_axes) .. code-block:: python def basic_ragged_unstack( x: typ.Tuple[ typ.Tuple[NDArray, ...], # stacked ragged array tuple (leading axes are the stack) ..., ], first_leaf_num_nonstacking_axes: int, # ndim of x[0][0] excluding stack axes -> infers stack rank ): # array-like tree of ragged array tuples Unstack stacked ragged array tuple into array-like tree