1. 23 11月, 2018 1 次提交
  2. 07 11月, 2018 1 次提交
  3. 19 10月, 2018 2 次提交
  4. 22 8月, 2018 1 次提交
  5. 16 8月, 2018 1 次提交
  6. 12 2月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
  8. 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
  9. 29 11月, 2017 4 次提交
  10. 28 11月, 2017 1 次提交
  11. 27 11月, 2017 1 次提交
  12. 26 11月, 2017 1 次提交
  13. 22 11月, 2017 1 次提交
  14. 21 11月, 2017 3 次提交
  15. 25 10月, 2017 1 次提交
    • Q
      CPU Batch Norm Op (#4964) · ee998a9c
      Qiao Longfei 提交于
      * init batch norm op
      
      * prepare input output
      
      * compute mean_out var_out save_mean save_var on CPU
      
      * active is test
      
      * use eigen to do computation
      
      * complete batch norm forward
      
      * set default momentum to 0.9
      
      * add batch norm grad op in CPU
      
      * add tensor_format and NHWC support, add python test
      
      * add test training
      
      * add batch norm gradient test
      
      * improve comment, fix foward Python UnitTest
      
      * add gradient test
      
      * fix eigen warning
      
      * follow name style
      
      * fix a bug
      
      * change float to T
      
      * add simple forward test
      
      * test with different place
      
      * add backward test
      
      * refine python test
      
      * remove old python test code
      
      * code clean
      
      * follow code style
      
      * update comment
      ee998a9c
  16. 10 10月, 2017 1 次提交
  17. 28 9月, 2017 1 次提交
  18. 20 9月, 2017 1 次提交
  19. 23 8月, 2017 1 次提交
  20. 11 8月, 2017 1 次提交
  21. 08 8月, 2017 1 次提交
  22. 07 8月, 2017 1 次提交
  23. 05 8月, 2017 1 次提交
  24. 02 8月, 2017 1 次提交
  25. 01 8月, 2017 1 次提交
  26. 26 7月, 2017 1 次提交
  27. 25 7月, 2017 1 次提交
  28. 19 7月, 2017 2 次提交
  29. 17 7月, 2017 3 次提交
  30. 14 7月, 2017 1 次提交