1. 06 5月, 2020 2 次提交
    • L
      [Dy2Stat]Support list pop (#24250) · ac9a7eee
      liym27 提交于
      * Replace dygraph_to_static_func with @declarative or program_translator.get_func in test_list.py
      
      * Add comments in ConditionalBlock.
      
      * Support list pop last item. 
      
      * Support pop the i-th item. 
      
      * Support an empty tensor array as Input in assign op and set the kernel type is float.
      ac9a7eee
    • X
      Fix dygraph rnn doc (#24148) · f79526c2
      Xing Wu 提交于
      * update dygraph.rnn import
      
      * update dygraph.rnn import
      
      * change unit to cell
      
      * fix math equations
      
      * fix math equations
      
      * fix examples
      
      * remove unused import
      
      * fix examples
      f79526c2
  2. 30 4月, 2020 1 次提交
  3. 29 4月, 2020 1 次提交
  4. 28 4月, 2020 1 次提交
  5. 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
  6. 26 4月, 2020 1 次提交
  7. 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
  8. 23 4月, 2020 2 次提交
  9. 21 4月, 2020 1 次提交
  10. 20 4月, 2020 1 次提交
  11. 19 4月, 2020 2 次提交
  12. 18 4月, 2020 1 次提交
  13. 17 4月, 2020 2 次提交
  14. 15 4月, 2020 1 次提交
  15. 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
  16. 12 4月, 2020 1 次提交
  17. 11 4月, 2020 2 次提交
  18. 10 4月, 2020 16 次提交