1. 14 10月, 2018 1 次提交
  2. 12 9月, 2018 1 次提交
  3. 30 8月, 2018 1 次提交
    • C
      Enhance fused_elementwise_activation_op (#12837) · 3bd1d22a
      chengduo 提交于
      * Enhance the function of fused_elementwise_activation_op
      
      * enhance unit test
      
      * Clean Code And Add Doc
      
      * Add compound functors
      
      * Fix doc and enhance unit test
      
      * define Dx and Dy for d_binary_func
      
      * add mul_scale
      
      * add mul_scale
      
      * add elementwise_mul
      
      * code refine
      
      * code refine
      
      * add doc
      
      * add  AsIntermediate
      3bd1d22a
  4. 27 8月, 2018 1 次提交
  5. 20 8月, 2018 1 次提交
  6. 17 8月, 2018 1 次提交
  7. 16 8月, 2018 1 次提交
  8. 10 8月, 2018 1 次提交
  9. 01 8月, 2018 1 次提交
  10. 03 5月, 2018 1 次提交
  11. 30 4月, 2018 1 次提交
  12. 24 4月, 2018 1 次提交
  13. 10 4月, 2018 1 次提交
  14. 06 3月, 2018 1 次提交
  15. 28 2月, 2018 1 次提交
  16. 26 2月, 2018 1 次提交
  17. 24 2月, 2018 2 次提交
  18. 23 2月, 2018 2 次提交
  19. 13 2月, 2018 1 次提交
  20. 12 2月, 2018 1 次提交
  21. 10 2月, 2018 2 次提交
  22. 03 2月, 2018 1 次提交
  23. 02 2月, 2018 1 次提交
  24. 22 1月, 2018 1 次提交
  25. 19 1月, 2018 1 次提交
  26. 17 1月, 2018 1 次提交
  27. 16 1月, 2018 1 次提交
  28. 15 1月, 2018 1 次提交
  29. 26 12月, 2017 1 次提交
  30. 25 12月, 2017 1 次提交
  31. 19 12月, 2017 2 次提交
  32. 16 12月, 2017 1 次提交
  33. 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
  34. 06 12月, 2017 1 次提交
  35. 05 12月, 2017 2 次提交