1. 07 7月, 2020 1 次提交
  2. 08 6月, 2020 1 次提交
    • A
      Support LoDTensorArray in reverse_op (#24797) · 6be0ee15
      Aurelius84 提交于
      * Support LoDTensorArray in reverse_op test=develop
      
      * polish en doc and unittest code test=develop
      
      * refine sample code test=develop
      
      * add example of LoDTensorArray test=develop
      
      * fix typo test=develop
      6be0ee15
  3. 04 6月, 2020 1 次提交
  4. 14 5月, 2020 1 次提交
  5. 13 5月, 2020 1 次提交
  6. 26 4月, 2020 1 次提交
  7. 15 4月, 2020 1 次提交
  8. 13 4月, 2020 2 次提交
  9. 12 4月, 2020 5 次提交
  10. 10 4月, 2020 2 次提交
  11. 08 4月, 2020 1 次提交
  12. 07 4月, 2020 1 次提交
  13. 02 4月, 2020 2 次提交
  14. 01 4月, 2020 1 次提交
  15. 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
  16. 26 3月, 2020 1 次提交
  17. 19 3月, 2020 1 次提交
  18. 17 3月, 2020 1 次提交
  19. 13 3月, 2020 1 次提交
  20. 28 2月, 2020 1 次提交
  21. 23 2月, 2020 1 次提交
  22. 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
  23. 06 2月, 2020 1 次提交
  24. 14 1月, 2020 1 次提交
  25. 09 1月, 2020 1 次提交
  26. 03 1月, 2020 1 次提交
  27. 24 12月, 2019 1 次提交
  28. 04 12月, 2019 1 次提交
  29. 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
  30. 25 11月, 2019 1 次提交
  31. 14 11月, 2019 1 次提交
  32. 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
  33. 15 10月, 2019 1 次提交