1. 12 4月, 2020 4 次提交
  2. 10 4月, 2020 2 次提交
  3. 08 4月, 2020 1 次提交
  4. 07 4月, 2020 1 次提交
  5. 02 4月, 2020 2 次提交
  6. 01 4月, 2020 1 次提交
  7. 31 3月, 2020 1 次提交
    • L
      Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) · 488b2387
      Leo Chen 提交于
      * expand parameters, test=develop
      
      * support resnet, test=develop
      
      * fix resnet, test=develop
      
      * support duplicable out, test=develop
      
      * support ptb
      
      * fix bugs, test=develop
      
      * support null input, test=develop
      
      * fix bugs, test=develop
      
      * fix batchNorm is_test, test=develop
      
      * refine code, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      488b2387
  8. 26 3月, 2020 1 次提交
  9. 19 3月, 2020 1 次提交
  10. 17 3月, 2020 1 次提交
  11. 13 3月, 2020 1 次提交
  12. 28 2月, 2020 1 次提交
  13. 23 2月, 2020 1 次提交
  14. 12 2月, 2020 1 次提交
    • G
      Add support for dynamic_decode(while) training. (#22231) · 31b54646
      Guo Sheng 提交于
      * Add support for dynamic_decode(while) training. test=develop
      
      * Fix assign_op and tensor_array_read_write_op after solving conflict. test=develop
      
      * Fix test_rnn_decode_api.py. test=develop
      
      * Refine docs for apis in rnn.py. test=develop
      
      * Adjust outputs of dynamic_decode. test=develop
      
      * Remove the force_cpu update in assign_op. test=develop
      
      * Remove the force_cpu update in assign_op. test=develop
      
      * Make RNNCell.get_initial_states support batch_dim_idx argument. test=develop
      
      * Rename _create_array_outof_while as _create_array_out_of_while in rnn.py.
      test=develop
      31b54646
  15. 06 2月, 2020 1 次提交
  16. 14 1月, 2020 1 次提交
  17. 09 1月, 2020 1 次提交
  18. 03 1月, 2020 1 次提交
  19. 24 12月, 2019 1 次提交
  20. 04 12月, 2019 1 次提交
  21. 29 11月, 2019 1 次提交
    • Z
      Add dscending for argsort (#21400) · b1627455
      zhaoyuchen2018 提交于
      * Add ascending for argsort
      
      * Refine api doc description.
      
      * Refine descending description
      
      * Add int32 logic to speedup when data is small size.
      
      * Remove int32 opt as not support in python
      b1627455
  22. 25 11月, 2019 1 次提交
  23. 14 11月, 2019 1 次提交
  24. 29 10月, 2019 1 次提交
    • L
      support Tensor for split and concat, support -1 in num_or_sections, add check... · 6802539a
      liym27 提交于
      support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
      
      * improve split and concat op:
      1. support Tensor for argument 'dim' in split op.
      2. support Tensor for argument 'axis' in concat op.
      test=develop
      
      * redefine function GetDataFromTensor and set unknown output shape to - 1.
      test=develop
      
      * add check: Attr(sections) match Input(X). test=develop
      
      * support Tensor for attr(sections) and attr(sections) can contain -1.
      add check for attr(sections).
      test=develop
      
      * modify error message for concat and call Resize only when necessary. test=develop
      6802539a
  25. 15 10月, 2019 1 次提交
  26. 14 10月, 2019 2 次提交
  27. 13 10月, 2019 2 次提交
  28. 12 10月, 2019 5 次提交
    • G
      Fix the assign data check (#20564) · c7ae6c62
      Guo Sheng 提交于
      * Fix the assign data check. test=develop
      
      * Fix test_assign_op.py. test=develop
      c7ae6c62
    • Y
      Polish the English documentation of sums (#20495) · ce1b25cc
      Yiqun Liu 提交于
      * Refine the documentation of sums.
      
      * Remove Chinese comments and update API.spec.
      
      * Refine the description of input argument.
      
      * Update API.spec.
      test=develop
      test=document_fix
      ce1b25cc
    • H
      refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and... · 512c0bb0
      hong19860320 提交于
      refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343)
      
      * refine the en api doc of ones, zeros, reverse, increment, hsigmoid and create_py_reader_by_data ops
      test=develop, test=document_preview, test=document_fix
      
      * refine eng doc for hsigmoid and create_py_reader_by_data ops
      test=develop, test=document_preview, test=document_fix
      
      * update API.spec
      test=document_fix
      
      * Fix the parameter name axis of reverse op in eng doc
      test=develop, test=document_fix
      
      * Update API.spec
      test=develop, test=document_fix
      
      * Refine eng doc of zeros, ones, reverse and assign op
      test=develop, test=document_fix
      
      * Update API.spec for assign, ones, zeros and reverse
      test=develop, test=document_fix
      
      * Fix data type of reverse op in eng doc
      test=develop, test=document_fix
      
      * Update API.spec for reverse op
      test=develop, test=document_fix
      512c0bb0
    • G
      Add seq2seq api related code (#19820) · dfd1eee7
      Guo Sheng 提交于
      dfd1eee7
    • H
      Fix the error message of assign op (#20508) · 9707ded3
      hong19860320 提交于
      * Fix the error message of assign op
      test=develop
      
      * Refine input type checking for assign op
      test=develop
      
      * Refine unittest of assign op
      test=develop
      9707ded3
  29. 11 10月, 2019 1 次提交