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