TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Please add support for complex tensors

Open BalashovK opened this issue 2 years ago • 1 comments

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?

BalashovK avatar May 16 '22 18:05 BalashovK

I have added missing functionality and created a pull request.

BalashovK avatar Mar 26 '23 03:03 BalashovK