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