Method FillAtan
member FillAtan: Tensor<'T> -> unit
Fills this tensor with the element-wise arctanget (inverse tangent) of the argument.
Declaration
member FillAtan: a:Tensor<'T> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| Tensor<'T> | a | The tensor to apply this operation to. |