eazygrad.cos¶ eazygrad.cos(input: _Tensor) → _Tensor[source]¶ Compute the elementwise cosine. Parameters: input (_Tensor) – Input tensor. Returns: _Tensor – Tensor containing cos(input). See also torch.cos