tf.raw_ops.BatchSvd(
input, compute_uv=True, full_matrices=False, name=None
)
Returns | |
---|---|
A tuple of Tensor objects (s, u, v).
|
|
s
|
A Tensor . Has the same type as input .
|
u
|
A Tensor . Has the same type as input .
|
v
|
A Tensor . Has the same type as input .
|