T3Frame.stack_shape#

t3toolbox.frame_variations_format.T3Frame.stack_shape()#
def stack_shape(self) -> typ.Tuple[int,...]:   # C (frame/core stack): the batch of base points, on every core

The frame/core stack C – a batch of base points, shared by every core.

Return type:

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