uniform_apply_kind ================== .. py:function:: t3toolbox.backend.uniform_fitting.uniform_apply_kind(x0_data) .. code-block:: python 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 :py:data:`t3toolbox.backend.fitting.APPLY`.