Method SVDWithoutUV
static member SVDWithoutUV: Tensor<'T> -> Tensor<'T>
Computes the (batched) singular values of the specified matrix.
Declaration
static member SVDWithoutUV: a:Tensor<'T> -> Tensor<'T>
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | a | The input matrix or tensor to this operation. |
Returns
Type | Description |
---|---|
Tensor<'T> | A vector consisting of the singular values. |