Show / Hide Table of Contents

    Method shape

    static member shape: Tensor<'T> -> int64 list

    Shape of the tensor.

    Declaration
    static member shape: a:Tensor<'T> -> int64 list
    Parameters
    Type Name Description
    Tensor<'T> a

    The tensor to operate on.

    Returns
    Type Description
    int64 list

    Shape.

    See Also
    member Shape: unit -> int64 list
    Back to top Generated by DocFX