1. 27 11月, 2021 1 次提交
  2. 26 11月, 2021 1 次提交
  3. 24 11月, 2021 2 次提交
    • Z
      Added EagerUtils to Eager Dygraph (#37479) · 7de99d8c
      Zhanlue Yang 提交于
      * Added EagerUtils to Eager Dygraph
      
      * Purified include dependencies for global_utils
      
      * Fixed merge conflicts
      7de99d8c
    • 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