Method FillAnd
member FillAnd: Tensor<bool> -> Tensor<bool> -> unit
Fills this tensor with the element-wise logical and of the arguments.
Declaration
member FillAnd: 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. |