Show / Hide Table of Contents

    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.

    See Also
    member T: unit -> Tensor<'T>
    Back to top Generated by DocFX