Method FillEqual
member FillEqual: Tensor<'R> -> Tensor<'R> -> unit
Fills this tensor with the element-wise equality test of the arguments.
Declaration
member FillEqual: a:Tensor<'R> -> b:Tensor<'R> -> unitParameters
| 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 |