1. 18 4月, 2020 1 次提交
    • L
      [cherry-pick] fix bug basic transformer (#23951) · 8ab4890a
      liym27 提交于
      * [Cherry-pick Release/2.0] remove redundant visit func, test=develop (#23877)
      
      * [Cherry-pick Release/2.0] [dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923)
      
      * Move BasicApiTransformer to a separate file. test=develop
      
      * Fix a bug: A api in module is not a real dygraph api in dygraph_to_static. test=develop
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      8ab4890a
  2. 10 4月, 2020 1 次提交
  3. 04 4月, 2020 1 次提交
  4. 24 3月, 2020 2 次提交
  5. 19 3月, 2020 2 次提交
  6. 17 3月, 2020 1 次提交
  7. 14 3月, 2020 1 次提交
  8. 12 3月, 2020 1 次提交
  9. 11 3月, 2020 2 次提交
  10. 07 3月, 2020 1 次提交
  11. 06 3月, 2020 1 次提交
  12. 27 2月, 2020 1 次提交
  13. 24 2月, 2020 1 次提交
    • 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