API Reference
OperationNamespace.
arcsin
Returns the element-wise arcsine.
x (float or np.ndarray or Tensor) – The value, \(x\).
name (str, optional) – The name of the node.
The element-wise arcsine \(\arcsin{x}\). Outputs will be in the range of \([-\pi/2, \pi/2]\).
Tensor