1. 06 9月, 2021 1 次提交
  2. 01 3月, 2021 1 次提交
  3. 03 11月, 2020 1 次提交
  4. 12 2月, 2018 1 次提交
  5. 10 2月, 2018 2 次提交
  6. 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
  7. 17 11月, 2017 1 次提交
  8. 11 11月, 2017 1 次提交
  9. 26 9月, 2017 1 次提交
  10. 21 9月, 2017 1 次提交
  11. 08 8月, 2017 1 次提交
  12. 07 8月, 2017 1 次提交
  13. 04 8月, 2017 3 次提交
  14. 03 8月, 2017 1 次提交
    • Q
      Softmax grad op (#3164) · d953611e
      Qiao Longfei 提交于
      * init softmax grad op
      
      * add compute code
      
      * export Backward to python
      
      * update test ,export op.type to python
      
      * update python test, fix compute bug
      
      * update unit test
      
      * use eigen
      
      * optimize eigen code
      
      * add gpu test
      
      * register softmax_grad GPU kernel and fix test bug
      
      * typo
      
      * follow comments
      d953611e
  15. 31 7月, 2017 1 次提交
  16. 25 7月, 2017 1 次提交
  17. 19 7月, 2017 1 次提交
  18. 18 7月, 2017 1 次提交
  19. 17 7月, 2017 2 次提交