1. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  2. 21 4月, 2018 1 次提交
  3. 19 4月, 2018 1 次提交
  4. 18 4月, 2018 2 次提交
  5. 17 4月, 2018 2 次提交
  6. 16 4月, 2018 2 次提交
  7. 10 4月, 2018 1 次提交
  8. 29 3月, 2018 1 次提交
  9. 28 3月, 2018 1 次提交
  10. 23 3月, 2018 3 次提交
  11. 21 3月, 2018 1 次提交
  12. 12 2月, 2018 1 次提交
  13. 10 2月, 2018 2 次提交
  14. 26 12月, 2017 2 次提交
  15. 20 12月, 2017 1 次提交
  16. 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
  17. 07 12月, 2017 1 次提交
  18. 06 12月, 2017 1 次提交
  19. 26 11月, 2017 1 次提交
  20. 21 11月, 2017 1 次提交
  21. 05 11月, 2017 1 次提交
  22. 03 11月, 2017 1 次提交
  23. 27 10月, 2017 1 次提交
    • Y
      Gradient check use graph (#5027) · be00b0c4
      Yu Yang 提交于
      * Simplize Gradient Check
      
      * Stash
      
      * Extract apply_backward_pass to backward.py
      
      Rename apply_backward_pass to append_backward_ops
      
      * Use graph API to check gradient
      
      * Fix ci
      
      * Fix CI
      
      * Fix backward for double precision
      
      * Stash
      
      * Fix CI
      
      * Fix ci
      
      * Ignore GRU test
      
      * Ignore xe op
      
      * Fix CI
      
      * Fix softmax with xe gradient
      
      The correct equation should be IG = OG * (d_softmax_with_xe())
      
      * Fix typo
      
      * Fix merge error
      
      * Disable LRN
      be00b0c4
  24. 17 10月, 2017 1 次提交
  25. 13 10月, 2017 1 次提交
  26. 12 10月, 2017 1 次提交
  27. 11 10月, 2017 3 次提交
  28. 10 10月, 2017 1 次提交
  29. 09 10月, 2017 1 次提交
  30. 07 10月, 2017 1 次提交
  31. 06 10月, 2017 1 次提交