1. 30 1月, 2019 1 次提交
    • Y
      Return parent_idx in beam_search op (#15520) · 16d54f7f
      Yiqun Liu 提交于
      * Refine beam_search_op to output an extra parent_idx tensor.
      test=develop
      
      * Fix the unittest test_beam_search_op.
      test=develop
      
      * Fix the merging mistake.
      test=develop
      16d54f7f
  2. 28 1月, 2019 1 次提交
  3. 25 1月, 2019 3 次提交
  4. 24 1月, 2019 5 次提交
    • Y
      Add the CUDA kernel for beam_search op (#15020) · 3008fa12
      Yiqun Liu 提交于
      * Refine the beam_search op and test.
      
      * A basic CUDA implementation of beam_search for small batch_size.
      
      * Implement CUDA kernel for beam_search_op.
      
      * Use multiple CUDA threads in the same block to select the top beam.
      
      * Update the python api of beam_search op.
      
      * Enable extend function in CPU kernel of beam_search op.
      
      * Unify the CUDA codes.
      test=develop
      
      * Unify the CPU kernel of beam_search op.
      
      * Ensure the seletced items of beam_search_op's CPU kernel sorted by scores.
      
      * Update the description of beam_search in API.spec.
      
      * Enable the use of CUDA kernel in beam_search op.
      
      * Exclude the beam_search's CUDA unittest when there is no CUDA gpu, and delete some debuging statements.
      test=develop
      
      * Follow comments.
      test=develop
      
      * Call the CPU kernel for beam_search op when batch_size > 4.
      test=develop
      
      * Remove the except of is_empty op in PrepareData.
      test=develop
      3008fa12
    • T
      modified some comments · 78145c7d
      tink2123 提交于
      test=develop
      78145c7d
    • T
      nce add check sample lables, test=develop (#15463) · 5cfc40de
      tangwei12 提交于
      * nce add check sample lables, test=develop
      5cfc40de
    • T
      modified some comments · e448bdb2
      tink2123 提交于
      test=develop
      e448bdb2
    • T
      fixed some errors · 88744e4a
      tink2123 提交于
      test=develop
      88744e4a
  5. 23 1月, 2019 3 次提交
  6. 22 1月, 2019 2 次提交
  7. 21 1月, 2019 1 次提交
    • D
      Memory optimization of depthwise conv op and group norm op (#15313) · 9f8f0fc2
      Dun 提交于
      * mem opt
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * refine code  test=develop
      
      * refine code  test=develop
      
      * refine code  test=develop
      
      * refine code  test=develop
      
      * refine with cub test=develop
      
      * fix mkldnn test && remove comments && test=develop
      
      * polish code && test=develop
      
      * add only_forward test && test=develop
      9f8f0fc2
  8. 18 1月, 2019 2 次提交
    • J
      add nms api · b62a17bb
      jerrywgz 提交于
      b62a17bb
    • Z
      Tree conv op (#15217) · e2ba9668
      zhaozhehao 提交于
      * refactor tree2col operator with new memory mechanism test=develop
      
      * test=develop
      
      * test=develop
      
      * Modified API according to panyx0718 test=develop
      
      * fix API change according to heavengate test=develop
      
      * Modify API comment test=develop
      e2ba9668
  9. 17 1月, 2019 1 次提交
  10. 16 1月, 2019 2 次提交
  11. 15 1月, 2019 1 次提交
  12. 14 1月, 2019 1 次提交
  13. 13 1月, 2019 2 次提交
  14. 09 1月, 2019 1 次提交
  15. 04 1月, 2019 1 次提交
  16. 29 12月, 2018 1 次提交
  17. 28 12月, 2018 2 次提交
  18. 27 12月, 2018 7 次提交
  19. 26 12月, 2018 3 次提交