Neg
Examples
if (torch_is_installed()) {
a = torch_randn(c(5))
a
torch_neg(a)
}
#> torch_tensor
#> 0.7393
#> -1.3356
#> 0.5684
#> -0.0242
#> -0.1698
#> [ CPUFloatType{5} ]
Neg
if (torch_is_installed()) {
a = torch_randn(c(5))
a
torch_neg(a)
}
#> torch_tensor
#> 0.7393
#> -1.3356
#> 0.5684
#> -0.0242
#> -0.1698
#> [ CPUFloatType{5} ]