Method FillTanh
member FillTanh: Tensor<'T> -> unit
Fills this tensor with the element-wise hyperbolic tangent of the argument.
Declaration
member FillTanh: a:Tensor<'T> -> unit
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor<'T> | a | The tensor to apply this operation to. |