Neg
Examples
if (torch_is_installed()) {
a = torch_randn(c(5))
a
torch_neg(a)
}
#> torch_tensor
#> 0.4217
#> -0.3755
#> 0.5610
#> -0.5272
#> 1.1170
#> [ CPUFloatType{5} ]
Neg
if (torch_is_installed()) {
a = torch_randn(c(5))
a
torch_neg(a)
}
#> torch_tensor
#> 0.4217
#> -0.3755
#> 0.5610
#> -0.5272
#> 1.1170
#> [ CPUFloatType{5} ]