1. 15 8月, 2018 1 次提交
  2. 12 2月, 2018 1 次提交
  3. 10 2月, 2018 2 次提交
  4. 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
  5. 28 9月, 2017 1 次提交
  6. 21 9月, 2017 2 次提交
  7. 20 9月, 2017 1 次提交
  8. 19 9月, 2017 5 次提交
  9. 17 9月, 2017 1 次提交
  10. 16 9月, 2017 2 次提交
  11. 15 9月, 2017 2 次提交
  12. 07 9月, 2017 1 次提交
  13. 17 8月, 2017 1 次提交
  14. 11 8月, 2017 1 次提交
  15. 09 8月, 2017 1 次提交
  16. 07 8月, 2017 1 次提交
  17. 05 8月, 2017 1 次提交
  18. 04 8月, 2017 2 次提交
  19. 03 8月, 2017 2 次提交
  20. 02 8月, 2017 3 次提交
  21. 01 8月, 2017 2 次提交
  22. 31 7月, 2017 1 次提交
  23. 25 7月, 2017 1 次提交
  24. 19 7月, 2017 2 次提交
  25. 17 7月, 2017 2 次提交
    • Q
      set correct place for output tensor · 2a03e380
      qijun 提交于
      2a03e380
    • Y
      Op varient inputs (#2901) · a0caf234
      Yan Chunwei 提交于
      * add inputs
      
      * add ut for multiple inputs
      
      * fix AddToLayer
      
      * op_desc -> op_proto
      
      * CreateArgumentOffsetMap -> CreateInOutOffsetMap
      
      * move CreateInOutOffsetMap from OperatorBase to op registry
      
      * arg_idxs_ -> in_out_idxs_
      a0caf234