Method transpose
static member transpose: Tensor<'T> -> Tensor<'T>
(Batched) transpose of a matrix.
Declaration
static member transpose: a:Tensor<'T> -> Tensor<'T>
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor<'T> | a | The tensor to operate on. |
Returns
| Type | Description |
|---|---|
| Tensor<'T> | The result of this operation. |