dfdx icon indicating copy to clipboard operation
dfdx copied to clipboard

Add support for complex tensors

Open vikigenius opened this issue 1 year ago • 1 comments

Pytorch has support for complex tensors and can also do Autograd for them.

https://pytorch.org/docs/stable/complex_numbers.html

https://pytorch.org/docs/stable/notes/autograd.html#autograd-for-complex-numbers

We can gate this behind a feature flag if we want. But it would be a nice to have.

vikigenius avatar Jul 20 '23 01:07 vikigenius

What would the use case for this be?

opfromthestart avatar Aug 13 '23 19:08 opfromthestart