1. 04 6月, 2022 1 次提交
  2. 02 4月, 2022 1 次提交
    • Z
      [DoubleGrad PR #5] Enabled gradient computations for grad_tensors passed to paddle.grad() (#41198) · afadb8c5
      Zhanlue Yang 提交于
      * [Refactor] refactored eager_gen.py PR #2
      
      * [DoubleGrad PR #1] Decoupled code generation logics for Dygraph ForwardFunctions and GradNodes
      
      * Fixed minor issue
      
      * Adjusted logics of GenerateNodeCreationCodes and GenerateForwardDefinition
      
      * Fixed issues
      
      * Supported higher-order grad node generation
      
      * [DoubleGrad PR #4] Supported higher-order GradNode generation
      
      * [DoubleGrad #4] Bug Fixes to Double Grad Node Generation
      
      * Fixed yaml typo
      
      * Fixed yaml typo
      
      * fixed minor issues
      
      * [DoubleGrad PR #5] Enabled gradient computations for grad_tensors passed to paddle.grad()
      
      * Fixed minor issue
      
      * Fixed CI-Inference issue
      
      * Fixed CI-inference issues
      afadb8c5
  3. 26 11月, 2021 1 次提交
  4. 25 11月, 2021 1 次提交
  5. 24 11月, 2021 1 次提交
    • J
      Refactor dygraph to eager -- TensorWrapper, EagerUtils, GlobalUtils (#37466) · 1799c032
      Jiabin Yang 提交于
      * Add EagerTensor and tests
      
      * remove useless enforce
      
      * remove comment in cmake
      
      * support autograd meta
      
      * support grad node info test
      
      * support grad_node_info
      
      * add more edge test
      
      * remove Python.h
      
      * add tensor wrapper with tests
      
      * support compute require grad and stop gradient
      
      * support sync methods and global utils
      
      * support pure cpu test
      
      * refine error msg
      
      * refine error msg
      
      * refine error info
      
      * fix npu error
      1799c032
  6. 23 11月, 2021 1 次提交
    • J
      Refactor dygraph to eager -- Autograd info (#37406) · c5ad3d06
      Jiabin Yang 提交于
      * Add EagerTensor and tests
      
      * remove useless enforce
      
      * remove comment in cmake
      
      * support autograd meta
      
      * support grad node info test
      
      * support grad_node_info
      
      * add more edge test
      
      * remove Python.h
      
      * refine error code
      
      * add error type in error msg
      
      * given default null name for tensor
      c5ad3d06
  7. 22 11月, 2021 1 次提交
    • J
      Refactor dygraph to eager (#37405) · a258badb
      Jiabin Yang 提交于
      * Add EagerTensor and tests
      
      * remove useless enforce
      
      * remove comment in cmake
      
      * fix test_error
      
      * add depends on python
      
      * Remove python.h
      
      * Merge develop and add Eager tensor with test back
      a258badb
  8. 20 11月, 2021 1 次提交
  9. 19 11月, 2021 1 次提交