Isinf
Examples
if (torch_is_installed()) {
torch_isinf(torch_tensor(c(1, Inf, 2, -Inf, NaN)))
}
#> torch_tensor
#> 0
#> 1
#> 0
#> 1
#> 0
#> [ CPUBoolType{5} ]
Isinf
if (torch_is_installed()) {
torch_isinf(torch_tensor(c(1, Inf, 2, -Inf, NaN)))
}
#> torch_tensor
#> 0
#> 1
#> 0
#> 1
#> 0
#> [ CPUBoolType{5} ]