1. 10 5月, 2018 1 次提交
  2. 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
  3. 11 4月, 2018 1 次提交
  4. 27 2月, 2018 1 次提交
  5. 16 2月, 2018 1 次提交
  6. 12 2月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
  8. 26 12月, 2017 1 次提交
  9. 12 12月, 2017 2 次提交
    • 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
    • S
      Add row conv operator (#6013) · 4ff6bc17
      Siddharth Goyal 提交于
      * Fix documentation
      
      * Address review comments
      4ff6bc17
  10. 11 10月, 2017 1 次提交
    • M
      Conv Shift Operator (#4591) · a281b383
      Markus Kliegl 提交于
      * conv_shift_op: initial implementation using Eigen
      
      Limitations:
      - both gradient outputs must be specified and are always computed
      - explicit for loops => could be optimized in various ways
        (e.g., different memory layout)
      
      * conv shift - gradient fixes
      
      fix case when not all output gradients desired
      
      * conv shift: minor cleanup
      
      * conv shift - more minor cleanup
      
      * conv shift: clean up & initial GPU implementation
      
      * fix rebase issue
      a281b383
  11. 09 8月, 2017 1 次提交
  12. 01 8月, 2017 1 次提交
  13. 26 7月, 2017 2 次提交
  14. 25 7月, 2017 1 次提交
  15. 17 7月, 2017 2 次提交
  16. 11 7月, 2017 2 次提交
  17. 06 7月, 2017 2 次提交
  18. 05 7月, 2017 1 次提交
  19. 04 7月, 2017 4 次提交
  20. 03 7月, 2017 1 次提交
  21. 28 6月, 2017 2 次提交