a Tensor-class object
If the SVD is performed on a \(m\) x \(n\) x \(k\) tensor, the components in the returned value are:
U: The left singular value tensor object (\(m\) x \(m\) x \(k\))
V: The right singular value tensor object (\(n\) x \(n\) x \(k\))
S: A diagonal tensor (\(m\) x \(n\) x \(k\))