TensorFlow.NET
TensorFlow.NET copied to clipboard
Please add support for complex tensors
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?
I have added missing functionality and created a pull request.