tensorly.tt_tensor
.tt_to_tensor
-
tt_to_tensor
(factors)[source] Returns the full tensor whose TT decomposition is given by ‘factors’
Re-assembles ‘factors’, which represent a tensor in TT/Matrix-Product-State format into the corresponding full tensorParameters: - factorslist of 3D-arrays
TT factors (TT-cores)
Returns: - output_tensorndarray
tensor whose TT/MPS decomposition was given by ‘factors’