T3Variations.randn#
- static t3toolbox.frame_variations_format.T3Variations.randn(variation_shapes, stack_shape=(), use_jax=False)#
def randn( variation_shapes, # (tucker_variation_shapes, tt_variation_shapes) stack_shape: typ.Tuple[int, ...] = (), # full leading stack K + C use_jax: bool = False, ) -> 'T3Variations':
Variations with i.i.d. N(0,1) core entries (corewise, ungauged). See
randn_like().- Parameters:
stack_shape (t3toolbox.backend.common.typ.Tuple[int, Ellipsis])
use_jax (bool)
- Return type: