Method FillIsFinite
member FillIsFinite: Tensor<'R> -> unit
Fills this tensor with the element-wise finity check (not -Inf, Inf or NaN) of the argument.
Declaration
member FillIsFinite: a:Tensor<'R> -> unit
Parameters
Type | Name | Description |
---|---|---|
Tensor<'R> | a | The tensor to apply this operation to. |
Type Parameters
Name | Description |
---|---|
'R |