Show / Hide Table of Contents

    Method broadcastToSame

    val broadcastToSame: ITensor list -> ITensor list

    Broadcasts all specified tensors to have the same shape.

    Declaration
    val broadcastToSame: xs:ITensor list -> ITensor list
    Parameters
    Type Name Description
    ITensor list xs

    A list of tensors to operate on.

    Returns
    Type Description
    ITensor list

    A list of the resulting tensors, all having the same shape.

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