ctongfei / nexus

Experimental tensor-typed deep learning
https://tongfei.me/nexus/
MIT License
257 stars 15 forks source link

Support for Complex / ComplexTensor #20

Open ctongfei opened 5 years ago

ctongfei commented 5 years ago

nexus.algebra.IsComplex[C] nexus.algebra.IsComplexTensorK[TC[_], C, TR[_], R]

Update existing ops if they support complex Additional complex ops: nexus.ops.{Re, Im, Conj, Arg}