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.0121
#> 2.2837
#> 1.1513
#> 3.5200
#> [ CPUFloatType{4} ]