R/tensor.R
tch_acos.Rd
Arc-cos
tch_acos(x)
tensor object
x <- tensor(runif(10)) tch_acos(x)#> tensor #> 1.4900 #> 0.5839 #> 0.9263 #> 1.4129 #> 1.5634 #> 1.0856 #> 1.0498 #> 1.2768 #> 0.7482 #> 0.6880 #> [ Variable[CPUFloatType]{10} ]