• X
    reorganize the higher order autodiff api (#44119) · dd63e5b4
    Xiaoxu Chen 提交于
    * move _gradients to primapi and rename to grad
    
    * modify jvp to call forward_grad in primitive mode
    
    * add primapi unittest and remove some unused test cases.
    
    * fix  circular import problem
    
    * move paddle/autograd/functional into paddle/incubate.autograd/functional
    
    * remove unused JacobianBatchLast class
    dd63e5b4
functional.py 23.3 KB