t3_constructors#

Constructors for (ragged) Tucker tensor trains from a structure spec (zeros, ones, corewise-iid Gaussian). Mirrors ut3_constructors.

Functions#

t3_zeros(shape, tucker_ranks, tt_ranks[, stack_shape, ...])

Construct a Tucker tensor train of zeros.

t3_ones(shape[, stack_shape, use_jax])

Construct the rank-1 Tucker tensor train representing a tensor full of ones.

t3_corewise_randn(shape, tucker_ranks, tt_ranks[, ...])

Construct a Tucker tensor train with random cores.