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.6871
#> 2.6513
#> 0.7520
#> 2.2914
#> [ CPUFloatType{4} ]