1. 25 6月, 2019 2 次提交
    • H
      Sequence mask support tensor (#18249) (#18318) · c8d00cb2
      Hongyu Liu 提交于
      * sequnce mask support max length tensor input; test=develop
      
      * add rnn_impl.py; test=develop
      
      * add basic gru lstm unittest; test=develop
      
      * fix api spec; test=develop
      
      * fix sequence_mask op bug;
      test=develop
      test=document_preview
      
      * change +-*x to elmentwise_op; test=develop
      
      * add mkl flag; test=develop
      
      * fix rnn impl bug; test=develop
      
      * update api spec; test=develop
      
      * fix doc bug; test=develop
      
      * fix lstm bugs; test=develop
      c8d00cb2
    • Y
      Fix the bug of sequence_unpad op (#18290) (#18305) · 45bd5898
      Yibing Liu 提交于
      * Use TensorCopySync for sequence_unpad op
      
      * Fix the tensor memory alloc bug
      
      test=release/1.5
      45bd5898
  2. 13 6月, 2019 1 次提交
  3. 10 6月, 2019 1 次提交
    • Y
      Enable seq_pool op to accept len 0 input (#17284) · 33d1e565
      Yibing Liu 提交于
      * Enable seq_pool op to accept len 0 input
      
      test=develop
      
      * Update sequence_pool's api
      
      test=develop
      
      * Add more unittest cases for seq_pool op
      
      test=develop
      
      * Remove legacy comments
      
      test=develop
      
      * Don't use template in op maker
      
      test=develop
      33d1e565
  4. 27 5月, 2019 1 次提交
  5. 13 5月, 2019 1 次提交
  6. 20 4月, 2019 1 次提交
  7. 17 4月, 2019 1 次提交
    • K
      fix overflow by int32 mul test=develop (#16794) · c474e7dd
      Kevin 提交于
      * fix overflow by int32 mul test=develop
      
      * fix reference nullptr
      
      * fix codestyle test=develop
      
      * modify to point in ContextProjectFunctor test=develop
      
      * modify to point in ContextProjectFunctor test=develop
      
      * modify . to -> test=develop
      c474e7dd
  8. 02 4月, 2019 1 次提交
  9. 19 3月, 2019 1 次提交
  10. 18 3月, 2019 2 次提交
  11. 15 3月, 2019 1 次提交
  12. 14 3月, 2019 2 次提交
  13. 12 3月, 2019 2 次提交
  14. 11 3月, 2019 1 次提交
  15. 06 3月, 2019 1 次提交
  16. 05 3月, 2019 1 次提交
  17. 04 3月, 2019 1 次提交
  18. 27 2月, 2019 1 次提交
  19. 26 2月, 2019 1 次提交
    • Y
      Optimize the CUDA implementation of sequence_expand op by reduce the times of... · f4634d76
      Yiqun Liu 提交于
      Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. (#15493)
      
      * Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU.
      test=develop
      
      * Refine the op benchmark to support setting lod in config.
      test=develop
      f4634d76
  20. 19 2月, 2019 1 次提交
  21. 23 1月, 2019 1 次提交
  22. 26 12月, 2018 1 次提交
  23. 18 12月, 2018 1 次提交
  24. 12 12月, 2018 1 次提交
  25. 11 12月, 2018 1 次提交
  26. 03 12月, 2018 1 次提交
  27. 26 11月, 2018 1 次提交
  28. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344