fv_variations_randn#
- t3toolbox.backend.fv_operations.fv_variations_randn(variation_shapes, stack_shape=(), use_jax=False)#
def fv_variations_randn( variation_shapes: VariationShapes, stack_shape: typ.Sequence[int] = (), use_jax: bool = False, ) -> Variations:
I.i.d. standard-normal variation cores of the given variation shapes (and stack).
- Parameters:
variation_shapes (VariationShapes)
stack_shape (t3toolbox.backend.common.typ.Sequence[int])
use_jax (bool)
- Return type:
Variations