Show / Hide Table of Contents

    Method isBroadcasted

    val isBroadcasted: ITensor -> bool

    Checks if the specified tensor is broadcasted in at least one dimension.

    Declaration
    val isBroadcasted: a:ITensor -> bool
    Parameters
    Type Name Description
    ITensor a

    The tensor to operate on.

    Returns
    Type Description
    bool

    true if at least one dimension is broadcasted, otherwise false.

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