1. 04 6月, 2020 1 次提交
  2. 14 5月, 2020 1 次提交
  3. 13 5月, 2020 1 次提交
  4. 26 4月, 2020 1 次提交
  5. 15 4月, 2020 1 次提交
  6. 13 4月, 2020 2 次提交
  7. 12 4月, 2020 5 次提交
  8. 10 4月, 2020 2 次提交
  9. 08 4月, 2020 1 次提交
  10. 07 4月, 2020 1 次提交
  11. 02 4月, 2020 2 次提交
  12. 01 4月, 2020 1 次提交
  13. 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
  14. 26 3月, 2020 1 次提交
  15. 19 3月, 2020 1 次提交
  16. 17 3月, 2020 1 次提交
  17. 13 3月, 2020 1 次提交
  18. 28 2月, 2020 1 次提交
  19. 23 2月, 2020 1 次提交
  20. 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
  21. 06 2月, 2020 1 次提交
  22. 14 1月, 2020 1 次提交
  23. 09 1月, 2020 1 次提交
  24. 03 1月, 2020 1 次提交
  25. 24 12月, 2019 1 次提交
  26. 04 12月, 2019 1 次提交
  27. 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
  28. 25 11月, 2019 1 次提交
  29. 14 11月, 2019 1 次提交
  30. 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
  31. 15 10月, 2019 1 次提交
  32. 14 10月, 2019 2 次提交