1. 25 5月, 2022 1 次提交
  2. 02 3月, 2022 1 次提交
  3. 17 4月, 2020 1 次提交
  4. 23 9月, 2019 1 次提交
  5. 16 9月, 2019 1 次提交
  6. 24 5月, 2019 1 次提交
    • T
      [CPU] refine cpu softmax bwd (#17534) · 7ae461eb
      tensor-tang 提交于
      * refine softmax fwd
      
      test=develop
      
      * refine cpu softmax bwd
      
      test=develop
      
      * fix batch size
      
      test=develop
      
      * fix compile issue with gpu
      
      test=develop
      
      * add value clip
      7ae461eb
  7. 23 5月, 2019 1 次提交
  8. 25 3月, 2019 1 次提交
  9. 20 3月, 2019 1 次提交
  10. 18 3月, 2019 1 次提交
  11. 08 3月, 2019 1 次提交
  12. 29 1月, 2019 2 次提交
  13. 18 12月, 2018 1 次提交
  14. 07 12月, 2018 1 次提交
  15. 27 11月, 2018 1 次提交
  16. 18 11月, 2018 1 次提交
  17. 16 11月, 2018 1 次提交
    • J
      Squashing MKL based softmax for inference · 513bb6c1
      Jacek Czaja 提交于
      test=develop
      
      - Added profiling to softmax functors
      
      - MKL based softmax inference op
      
      - Fix to softmax compuation via MKL
      
      - cleaning
      
      - Cosmetic fixes to softmax MKL
      
      - Fix to ON_INFER lack of propagation
      513bb6c1
  18. 14 11月, 2018 2 次提交
  19. 09 11月, 2018 2 次提交
  20. 07 4月, 2018 1 次提交
  21. 12 2月, 2018 1 次提交
  22. 10 2月, 2018 2 次提交
  23. 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
  24. 13 11月, 2017 1 次提交