• Thomas Viehmann's avatar
    Make custom ops differentiable (#1314) · a91fe722
    Thomas Viehmann authored
    * Make custom ops differentiable
    
    and replace autograd.Function. Use ops unconditionally.
    
    We may consider removing the extension functions in a follow-up.
    
    The code-path is tested by the exisitng tests for differentiability.
    
    * add scripting gradchecks tests and use intlist
    
    * fix implicit tuple conversion for gcc-5
    
    * fix merge
    a91fe722
test_ops.py 23.2 KB