Show / Hide Table of Contents

    Method padRight

    val padRight: ITensor -> ITensor

    Append a dimension of size one after the last dimension.

    Declaration
    val padRight: a:ITensor -> ITensor
    Parameters
    Type Name Description
    ITensor a

    The tensor to operate on.

    Returns
    Type Description
    ITensor

    The resulting tensor.

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