1. 12 11月, 2019 1 次提交
    • L
      fix the computation for dx (grad for x) for prelu operation. (#20949) · e249d9a3
      lilong12 提交于
      * set the default value of alpha for prelu to 0.25, test=develop
      
      * add the call to __syncthreads(), test=develop
      
      * fix the implementation of cpu prelu, test=develop
      
      * repair the implementation of element mode prelu, test=develop
      
      * modify test_prelu_op.py, test=develop
      e249d9a3
  2. 30 9月, 2018 1 次提交
  3. 01 9月, 2018 1 次提交
  4. 15 8月, 2018 1 次提交
  5. 12 2月, 2018 1 次提交
  6. 10 2月, 2018 2 次提交
  7. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
  8. 28 9月, 2017 1 次提交
  9. 21 9月, 2017 2 次提交
  10. 20 9月, 2017 1 次提交
  11. 19 9月, 2017 5 次提交
  12. 17 9月, 2017 1 次提交
  13. 16 9月, 2017 2 次提交
  14. 15 9月, 2017 2 次提交
  15. 07 9月, 2017 1 次提交
  16. 17 8月, 2017 1 次提交
  17. 11 8月, 2017 1 次提交
  18. 09 8月, 2017 1 次提交
  19. 07 8月, 2017 1 次提交
  20. 05 8月, 2017 1 次提交
  21. 04 8月, 2017 2 次提交
  22. 03 8月, 2017 2 次提交
  23. 02 8月, 2017 3 次提交
  24. 01 8月, 2017 2 次提交
  25. 31 7月, 2017 1 次提交
  26. 25 7月, 2017 1 次提交
  27. 19 7月, 2017 1 次提交