API Reference
OperationNamespace.
complex_value
Creates a complex number from real and imaginary parts.
real (float or np.ndarray or Tensor) – The real part, \(a\).
imag (float or np.ndarray or Tensor) – The imaginary part, \(b\).
name (str, optional) – The name of the node.
The complex number \(a+ib\) element-wise.
Tensor