Method FillPower
member FillPower: Tensor<'T> -> Tensor<'T> -> unit
Fills this tensor with the element-wise exponentiation.
Declaration
member FillPower: a:Tensor<'T> -> b:Tensor<'T> -> unit
Parameters
| 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. |