Show / Hide Table of Contents

    Method FillXor

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

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

    Declaration
    member FillXor: 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