Square
Source:R/gen-namespace-docs.R, R/gen-namespace-examples.R, R/gen-namespace.R
torch_square.RdSquare
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_square(a)
}
#> torch_tensor
#> 0.0788
#> 0.0367
#> 0.0327
#> 0.3836
#> [ CPUFloatType{4} ]