Show / Hide Table of Contents

    Method nDims

    static member nDims: Tensor<'T> -> int

    Dimensionality of the tensor.

    Declaration
    static member nDims: a:Tensor<'T> -> int
    Parameters
    Type Name Description
    Tensor<'T> a

    The tensor to operate on.

    Returns
    Type Description
    int

    Number of dimensions.

    See Also
    member NDims: unit -> int
    Back to top Generated by DocFX