1. 29 4月, 2020 1 次提交
  2. 28 4月, 2020 1 次提交
  3. 27 4月, 2020 1 次提交
    • C
      [dy2static] Add print transformer and unify print format (#24068) · 9b851ba2
      Chen Weihang 提交于
      * add print transformer & unify print format, test=develop
      
      * remove using of dygraph_to_static_func, test=develop
      
      * remove python stdout capture, test=develop
      
      * fix compatibility problems for PY2, test=develop
      
      * fix detail error, test=develop
      
      * fix type analysis bug, test=develop
      
      * fix print tuple compatible error in PY2, test=develop
      
      * replace get_func to declarative, test=develop
      
      * fix detail bug, test=develop
      
      * fix some detail problems, test=develop
      
      * change visit_call in print transformer, test=develop
      9b851ba2
  4. 26 4月, 2020 1 次提交
  5. 24 4月, 2020 2 次提交
    • Q
      Add trainable_statistics in attr for batch_norm. (#24072) · b059fb95
      qingqing01 提交于
      * Add trainable_statistics in attr for batch_norm
      * Unifying behavior of dynamic graph and static graph
      b059fb95
    • L
      [Dy2Stat] Optimize loop cond (#24049) · 2961a4f0
      liym27 提交于
      * Simplify code for gast.If in is_control_flow_to_transform.
      * Move IsControlFlowVisitor to file utils. 
      * Don't use convert_call for build-in func in CallTransformer. 
      * Optimize api is_control_flow_to_transform. 
      * Polish the document of IsControlFlowVisitor.
      2961a4f0
  6. 23 4月, 2020 2 次提交
  7. 21 4月, 2020 1 次提交
  8. 20 4月, 2020 1 次提交
  9. 19 4月, 2020 2 次提交
  10. 18 4月, 2020 1 次提交
  11. 17 4月, 2020 2 次提交
  12. 15 4月, 2020 1 次提交
  13. 14 4月, 2020 2 次提交
    • S
      fix no_grad argspec (#23790) · 8f63a3ec
      songyouwei 提交于
      test=develop
      8f63a3ec
    • X
      Cudnn rnn layers api (#23390) · 840ac2b3
      Xing Wu 提交于
      * add cudnn compatiable rnn cell api for dygraph
      
      * update sample code
      
      * update some typos
      
      * fix specify name in param_attr problem
      
      * add pre-commit check
      
      * remove duplicate import, test=develop
      
      * add unittest coverage, test=develop
      
      * make code more tight, test=develop
      
      * cudnn_compatibale -> use_cudnn_impl, test=develop
      
      * change api name, test=develop
      840ac2b3
  14. 12 4月, 2020 1 次提交
  15. 11 4月, 2020 2 次提交
  16. 10 4月, 2020 16 次提交
  17. 09 4月, 2020 3 次提交