Method allFinite
static member allFinite: Tensor<'T> -> bool
Checks that all elements of the tensor are finite.
Declaration
static member allFinite: a:Tensor<'T> -> bool
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
bool | true if all elements are finite, otherwise false. |
Remarks
Checks each element of the specified tensor for finity (not -Inf, Inf or NaN).