tensorly.tt_tensor
.tt_to_vec
- tt_to_vec(factors)[source]
- Returns the tensor defined by its TT format (‘factors’) into
its vectorized format
- Parameters:
- factors: list of 3D-arrays
TT factors
- Returns:
- 1-D array
- vectorized format of tensor defined by ‘factors’