1. 14 4月, 2023 1 次提交
    • G
      [phi] move sequence_pool to phi - Step 2 : sequence_pool_op (#52750) · b281b221
      gouzil 提交于
      * [phi] move sequence_pool kernel to phi
      
      * [phi] mv sequence_pooling to phi funcs
      
      * [phi] mv sequence_pooling_test
      
      * [phi] RollBACK `paddle/fluid/operators/sequence_ops/sequence_pool_op.cc`
      
      * [phi][funcs] fix mutable_data
      
      * [phi][funcs] fix mutable_data
      b281b221
  2. 09 3月, 2023 1 次提交
  3. 03 3月, 2023 1 次提交
  4. 07 12月, 2022 1 次提交
  5. 28 11月, 2022 1 次提交
  6. 08 11月, 2022 1 次提交
  7. 11 10月, 2022 1 次提交
  8. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  9. 02 7月, 2022 1 次提交
    • L
      unify cpu context, part2 (#44012) · 755438a7
      Leo Chen 提交于
      * fix init()
      
      * delete test_device_context
      
      * replace CPUDeviceContext with CPUContext
      
      * fix test_scalar
      
      * remove dot_op.cc
      
      * fix compile
      755438a7
  10. 26 6月, 2022 1 次提交
  11. 05 6月, 2022 1 次提交
  12. 20 2月, 2022 1 次提交
  13. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  14. 18 2月, 2022 1 次提交
  15. 11 2月, 2022 1 次提交
  16. 09 9月, 2020 1 次提交
  17. 20 9月, 2019 1 次提交
  18. 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
  19. 08 3月, 2019 1 次提交
  20. 07 3月, 2019 1 次提交
  21. 07 1月, 2019 1 次提交
  22. 04 1月, 2019 3 次提交
  23. 29 10月, 2018 1 次提交
    • J
      Rebase of seqpool-max optimization · 458b16f4
      Jacek Czaja 提交于
      test=develop
      
      - Added rough profiling
      
      - Profiled maxpool itself
      
      - First draft of max seqpool optimization (is_test added)
      
      - Added unit tests to seqpool
      
      - Cosmetic fixes
      
      - Fix to UT of Seq pool
      
      Disabled grad checking for sequence max pool when is_test is set to True
      
      -Cosmetic fix to comment
      
      test=develop
      
      - Fix to GPU build
      
      test=develop
      
      - yet another GPU fix for sequence max pool
      
      - Fix to comment
      
      test=develop
      
      - Change to API of sequence_pool
      
      test=develop
      
      - Yet another API spec change
      
      test=develop
      458b16f4
  24. 24 10月, 2018 3 次提交
  25. 11 10月, 2018 1 次提交
  26. 14 9月, 2018 1 次提交
  27. 11 9月, 2018 5 次提交
  28. 26 4月, 2018 1 次提交
    • A
      Fix more CPPLint errors (#10218) · f457d5da
      Abhinav Arora 提交于
      * Fix more CPPLint issues
      
      * Fix more CPPLint issues
      
      * Fix more CPPLint issues
      
      * Fix CPPLint issues in operators/math and operators/reader
      f457d5da
  29. 29 3月, 2018 1 次提交
    • D
      Speed/sequence op1 (#9217) · 8425c2c8
      dzhwinter 提交于
      * "add functors"
      
      * "remove old code"
      
      * "fix"
      
      * "fix ci"
      
      * "add details"
      
      * "fix ci"
      
      * "fix ci"
      
      * "fix ci"
      
      * "fix ci"
      
      * "remove unused code"
      8425c2c8
  30. 12 2月, 2018 1 次提交
  31. 10 2月, 2018 2 次提交