1. 26 12月, 2017 1 次提交
  2. 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
  3. 29 9月, 2017 1 次提交
    • A
      Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) · b9336e6f
      Abhinav Arora 提交于
      * Adding support for the sigmoid_cross_entropy_with_logits operator
      
      * Fixing a typo in the cuda file
      
      * Adding Python documentation for sigmoid_cross_entropy_with_logits_op
      
      * Correcting typos in documentation
      
      * Adding unit tests for sigmoid_cross_entropy_with_logits_op
      
      * Addressing code review feedback
      b9336e6f
  4. 22 9月, 2017 1 次提交
  5. 13 9月, 2017 1 次提交
  6. 24 8月, 2017 1 次提交
  7. 07 8月, 2017 1 次提交
  8. 04 8月, 2017 2 次提交
  9. 31 7月, 2017 1 次提交
  10. 25 7月, 2017 1 次提交
  11. 19 7月, 2017 1 次提交
  12. 18 7月, 2017 1 次提交
  13. 17 7月, 2017 2 次提交