Open
Description
Support for complex tensors it there on low level, but it is not exposed to the user.
Would you please add:
tf.complex - to create a complex tensor from two tensors
tf.imag - to get imag part fro complex tensor
tf.real - to get real part from complex tensor - is already there and hopefully works?