Show / Hide Table of Contents

    Method FillOr

    member FillOr: Tensor<bool> -> Tensor<bool> -> unit

    Fills this tensor with the element-wise logical or of the arguments.

    Declaration
    member FillOr: a:Tensor<bool> -> b:Tensor<bool> -> unit
    Parameters
    Type Name Description
    Tensor<bool> a

    The tensor on the left side of this binary operation.

    Tensor<bool> b

    The tensor on the right side of this binary operation.

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