Neg
Examples
if (torch_is_installed()) {
a = torch_randn(c(5))
a
torch_neg(a)
}
#> torch_tensor
#> 0.2234
#> -0.5063
#> -1.4809
#> 1.9407
#> 1.2842
#> [ CPUFloatType{5} ]
Neg
if (torch_is_installed()) {
a = torch_randn(c(5))
a
torch_neg(a)
}
#> torch_tensor
#> 0.2234
#> -0.5063
#> -1.4809
#> 1.9407
#> 1.2842
#> [ CPUFloatType{5} ]