ComplexΒΆ
Constructs a complex tensor from real and imaginary parts.
Abstract Signature:
Complex(real: Tensor, imag: Tensor)
JAX (Core)
API:
βStrategy: Macro '{real} + 1j * {imag}'
NumPy
API:
numpy.f2py.symbolic.Op.COMPLEXStrategy: Macro '{real} + 1j * {imag}'
Keras
API:
βStrategy: Macro 'keras.ops.add({real}, keras.ops.multiply(1j, {imag}))'