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> -> unitParameters
| 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. |