• C
    add custom init grad for backward function (#31540) · 83b953f5
    chentianyu03 提交于
    * add custom init grad for backward function
    
    * add custom init grad for backward function
    
    * handle when the grad_tensor is none
    
    * handle when the grad_tensor is none
    
    * fix the args type error on windows platform
    
    * modify the args order and doc
    
    * format code
    
    * add grad_tensor to xpu
    
    * modify the grad_tensor type check
    
    * add paddle.backward api to support multi tensors gradient compute
    
    * add paddle.backward api to support multi tensors gradient compute
    
    * add paddle.atuograd module and backward api
    
    * change tensor.backward func args
    
    * modify tensor backward api
    
    * remove create_graph intputs args
    
    * add doc and examplex code for backward api
    
    * when have the same tensor, throw error
    
    * modify test Init func args
    
    * modify the execute.Init func args in test files
    
    * add paddle.autograd package in setup.py.in
    
    * modify error msg, remove _run_backward method in class Tensor
    
    * add test cases for backward api
    83b953f5
__init__.py 12.4 KB