“ddfb9f1123ad8c712947158fe93993b59fcaf024”上不存在“python/git@gitcode.net:RobotFutures/Paddle.git”
  • L
    support dygraph basic api transformed to static api (#22678) · 68c76793
    liym27 提交于
    * support dygraph to static graph for simple case.
    
    * add test for dygraph API recognition. test=develop
    
    * support basic to_variable api. test=develop
    
    * update dict: dygraph_class_to_static_api
    
    * add all tests of dygraph api. test=develop
    
    * use gast/astor instead of ast/codegen for the compatibility of PY2 and PY3. test=develop
    
    * add arg 'num_flatten_dims' for fc ast node. test=develop
    
    * Modify names of class by Camel-Case.
    68c76793
utils.py 5.4 KB