uniform_apply_kind#

t3toolbox.backend.uniform_fitting.uniform_apply_kind(x0_data)#
def uniform_apply_kind(
        x0_data:  typ.Tuple,   # UniformTuckerTensorTrain.data = (tk_sc, tt_sc, shape, (tucker_mask, tt_mask))
) -> bfit.SamplingKind:        # the uniform all-modes `apply` sampling kind at x0's fixed rank

The uniform apply SamplingKind – the twin of t3toolbox.backend.fitting.APPLY.

Parameters:

x0_data (t3toolbox.backend.common.typ.Tuple)

Return type:

SamplingKind