Show / Hide Table of Contents

    Method FillGreaterOrEqual

    member FillGreaterOrEqual: Tensor<'R> -> Tensor<'R> -> unit

    Fills this tensor with the element-wise greater-than-or-equal test of the arguments.

    Declaration
    member FillGreaterOrEqual: a:Tensor<'R> -> b:Tensor<'R> -> unit
    Parameters
    Type Name Description
    Tensor<'R> a

    The tensor on the left side of this binary operation.

    Tensor<'R> b

    The tensor on the right side of this binary operation.

    Type Parameters
    Name Description
    'R
    See Also
    static member ( >>== ): Tensor<'T> * Tensor<'T> -> Tensor<bool>
    Back to top Generated by DocFX