fv_variations_zeros =================== .. py:function:: t3toolbox.backend.fv_operations.fv_variations_zeros(variation_shapes, stack_shape = (), use_jax = False) .. code-block:: python def fv_variations_zeros( variation_shapes: VariationShapes, stack_shape: typ.Sequence[int] = (), use_jax: bool = False, ) -> Variations: All-zero variation cores of the given variation shapes (and stack).