Show / Hide Table of Contents

    Method FillSubtract

    member FillSubtract: Tensor<'T> -> Tensor<'T> -> unit

    Fills this tensor with the element-wise substraction of the arguments.

    Declaration
    member FillSubtract: a:Tensor<'T> -> b:Tensor<'T> -> unit
    Parameters
    Type Name Description
    Tensor<'T> a

    The tensor on the left side of this binary operation.

    Tensor<'T> b

    The tensor on the right side of this binary operation.

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