Method FillDot
member FillDot: Tensor<'T> -> Tensor<'T> -> unit
Fill this tensor with the (batched) matrix product, matrix-vector product or scalar product of the arguments.
Declaration
member FillDot: a:Tensor<'T> -> b:Tensor<'T> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| Tensor<'T> | a | The tensor on the left side of this binary operation. | 
| Tensor<'T> | b | The tensor on the right side of this binary operation. |