module
complex
Ops that work with complex types.
We don't have a formal complex type yet, so we represent complex numbers as having a final dimension of size 2, representing the real and complex parts respectively.
Functions
-
as_complex
: Creates a complex-valued tensor from two real-valued tensors. -
as_interleaved_complex
: Reshapes the input symbolic tensor as complex from alternating (real, imag). -
as_real
: Splits out the real and imaginary components of a symbolic tensor. -
mul_complex
: Multiplies two complex-valued symbolic tensors elementwise.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?