pytorch-complex-tensor icon indicating copy to clipboard operation
pytorch-complex-tensor copied to clipboard

Conjugate operation

Open jzazo opened this issue 5 years ago • 1 comments

Is conjugate of complex tensor supported? I guess it would be easy to implement by flipping one of the tensor dimensions, but wanted to ask if you would support it in your package. Thanks!

jzazo avatar Mar 28 '19 14:03 jzazo

not that easy i think. because one has to make sure the backprop works. a conjugate of a function may not be a holomorphic.

YHRen avatar May 15 '19 04:05 YHRen