commit
14fb4194c6
@ -258,10 +258,10 @@ def svd(tensor, full_matrices=False, compute_uv=True, name=None):
|
|||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
s: Singular values. Shape is `[..., P]`.
|
s: Singular values. Shape is `[..., P]`.
|
||||||
u: Right singular vectors. If `full_matrices` is `False` (default) then
|
u: Left singular vectors. If `full_matrices` is `False` (default) then
|
||||||
shape is `[..., M, P]`; if `full_matrices` is `True` then shape is
|
shape is `[..., M, P]`; if `full_matrices` is `True` then shape is
|
||||||
`[..., M, M]`. Not returned if `compute_uv` is `False`.
|
`[..., M, M]`. Not returned if `compute_uv` is `False`.
|
||||||
v: Left singular vectors. If `full_matrices` is `False` (default) then
|
v: Right singular vectors. If `full_matrices` is `False` (default) then
|
||||||
shape is `[..., N, P]`. If `full_matrices` is `True` then shape is
|
shape is `[..., N, P]`. If `full_matrices` is `True` then shape is
|
||||||
`[..., N, N]`. Not returned if `compute_uv` is `False`.
|
`[..., N, N]`. Not returned if `compute_uv` is `False`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user