1. 22 6月, 2020 1 次提交
  2. 19 6月, 2020 2 次提交
  3. 18 6月, 2020 1 次提交
  4. 17 6月, 2020 2 次提交
  5. 11 6月, 2020 1 次提交
    • L
      [Dy2Static]Convert var.shape stmt and Convert the return variables of... · f16e2778
      liym27 提交于
      [Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not  (#24911)
      
      * Support int and long: int or long -> six.integer_types. 
      
      * Modify test_tensor_shape: fix bug and modify comment. 
      
      * Support convert_var_shape to convert var.shape stmt
      
      * Modify code in ifelse_simple_func.py because don't support return non-Tensor in Tensor-dependent 'if' stament currently. 
      
      * Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not. test=develop
      f16e2778
  6. 10 6月, 2020 1 次提交
  7. 09 6月, 2020 1 次提交
  8. 05 6月, 2020 2 次提交
    • L
      [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) · a9dca580
      liym27 提交于
      * cast var in convert_logical_XX. 
      
      * Add convert_ifelse function in convert_operators.py  
      
      * Add logical_transformer. Remove LogicalTransformer from loop_transformer.py 
      
      * Revert modified tests in PR24799(convert_while_stmt). 
      
      * Comment and modify code that doesn't support `return` statement. 
      
      * Remove unnecessary class: MergeAssignTransformer, NodeTestTransformer and IfConditionVisitor in ifelse_transformer. 
      a9dca580
    • C
      Support SelelctedRows allreduce in multi-cards imperative mode (#24690) · 4a702ef3
      Chen Weihang 提交于
      * support selectedrows allreduce in multi-cards dygraph, test=develop
      
      * remove useless import modules in unittests, test=develop
      
      * add nccl cmake to get nccl version, test=develop
      
      * add if-condition to compiled correctly, test=develop
      
      * add detail version parseing for old nccl, test=develop
      
      * polish camke details, test=develop
      
      * fix remove test cmake error, test=develop
      
      * fix cmake condition, test=develop
      
      * change unittest camke list, test=develop
      
      * fix unittest cmake rule, test=develop, test=framep0
      4a702ef3
  9. 03 6月, 2020 3 次提交
  10. 02 6月, 2020 1 次提交
  11. 28 5月, 2020 3 次提交
  12. 27 5月, 2020 2 次提交
  13. 26 5月, 2020 2 次提交
  14. 25 5月, 2020 1 次提交
    • L
      Support NHWC in Pool2D, test=develop (#24240) · 9fd1aad6
      Leo Chen 提交于
      * support NHWC in Pool2D, test=develop
      
      * add unittest, test=develop
      
      * fix unittest, test=develop
      
      * fix typo, test=develop
      
      * follow comments, test=develop
      
      * refine comments, test=develop
      9fd1aad6
  15. 21 5月, 2020 2 次提交
  16. 20 5月, 2020 1 次提交
  17. 19 5月, 2020 3 次提交
  18. 18 5月, 2020 1 次提交
    • C
      [Dy2static] Add for enumerate Variable support (#24398) · 03ba5b74
      Chen Weihang 提交于
      * initial test
      
      * for enumerate basic implement, test=develop
      
      * update unittests, test=develop
      
      * refine unittests to adapt new training mode, test=develop
      
      * refactor for node stmts parsing code, test=develop
      
      * self-review & polish details, test=develop
      03ba5b74
  19. 15 5月, 2020 3 次提交
  20. 14 5月, 2020 2 次提交
  21. 13 5月, 2020 1 次提交
  22. 12 5月, 2020 1 次提交
  23. 09 5月, 2020 2 次提交
  24. 08 5月, 2020 1 次提交
    • H
      Fix np ndarray mul varbase (#24331) · 6d8dcc74
      hong 提交于
      * fix numpy ndarray mul var base error; test=develop
      
      * add comment for __array_ufunc__ ; test=develop
      
      * move unitest from imperative math op path to test_math_op_patch_var_base;
      test=develop
      6d8dcc74