UT3Frame.structure#

t3toolbox.uniform_frame_variations_format.UT3Frame.structure()#
def structure(self) -> typ.Tuple[
    typ.Tuple[int, ...], # shape
    NDArray, # up_ranks
    NDArray,  # down_tt_ranks
    NDArray, # left_ranks
    NDArray, # right_ranks
    typ.Tuple[int,...], # stack_shape
]:
Return type:

t3toolbox.backend.common.typ.Tuple[t3toolbox.backend.common.typ.Tuple[int, Ellipsis], NDArray, NDArray, NDArray, NDArray, t3toolbox.backend.common.typ.Tuple[int, Ellipsis]]