tensor.sin
#tensor.sin
Computes the sine of all elements of the input tensor.
Args
self
(@Tensor<T>
) - The input tensor.
Returns
A new Tensor<T>
of the same shape as the input tensor with the sine value of all elements in the input tensor.
Type Constraints
Constrain input and output types to fixed point tensors.
Example
Last updated