utv_stack_tangent_stack#
- t3toolbox.backend.utv_operations.utv_stack_tangent_stack(variations_tree)#
def utv_stack_tangent_stack( variations_tree, # array-like tree (shape K) of variations .data tuples (each stack = C) ): # -> variations .data tuple (stack = K + C)
Stack a
K-shaped tree of variation-.dataover the tangent stackK(outermost;Cstays inner). Inverse ofutv_unstack_tangent_stack(). The leaves share one frame, so ranks are uniform acrossK(the masks, constant alongK, just replicate).