R/tensor.R
tch_cos.Rd
Returns a new tensor with the cosine of the elements of input
tch_cos(x)
tensor object
tch_cos(tensor(pi))#> tensor #> -1 #> [ Variable[CPUFloatType]{1} ]