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. 09 11月, 2017 1 次提交
  4. 08 11月, 2017 1 次提交
  5. 24 10月, 2017 1 次提交
  6. 20 10月, 2017 1 次提交
  7. 28 9月, 2017 1 次提交
  8. 19 9月, 2017 1 次提交
  9. 07 9月, 2017 2 次提交
  10. 06 9月, 2017 1 次提交
  11. 05 9月, 2017 1 次提交
  12. 04 9月, 2017 1 次提交
  13. 19 8月, 2017 1 次提交
  14. 18 8月, 2017 1 次提交
  15. 14 8月, 2017 2 次提交
  16. 11 8月, 2017 1 次提交
  17. 10 8月, 2017 1 次提交
  18. 09 8月, 2017 1 次提交
  19. 08 8月, 2017 1 次提交
  20. 07 8月, 2017 2 次提交
  21. 05 8月, 2017 1 次提交
  22. 03 8月, 2017 2 次提交
  23. 02 8月, 2017 2 次提交
  24. 01 8月, 2017 1 次提交
    • Q
      use operator context and infer context (#3024) · 61ebacbc
      Qiao Longfei 提交于
      * use operator context
      
      * optimize code
      
      * update net infershape
      
      * update InferShape
      
      * disable override InferShape(scope) in OperatorBase
      
      * change InferShapeImpl to InferShape
      
      * add template to OperatorContext Input/Output
      
      * merge Input InputVar, Output OutputVar
      
      * change Inputs to MultiInput
      
      * fix conflict
      
      * fix MultiInput bugs and add unit test
      
      * rename KernelContext to ExecutionContext
      
      * clean code
      
      * change InferShape to protected
      
      * fix template bug
      
      * refine code
      
      * use InputVar instead of Input<Variable>
      
      * typo
      
      * optimize code
      61ebacbc
  25. 25 7月, 2017 1 次提交
  26. 19 7月, 2017 3 次提交
  27. 18 7月, 2017 1 次提交
  28. 17 7月, 2017 2 次提交
  29. 11 7月, 2017 2 次提交
  30. 06 7月, 2017 2 次提交