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