1. 14 11月, 2018 1 次提交
  2. 09 11月, 2018 2 次提交
  3. 11 9月, 2018 1 次提交
  4. 12 2月, 2018 1 次提交
  5. 10 2月, 2018 2 次提交
  6. 26 12月, 2017 1 次提交
  7. 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
  8. 06 11月, 2017 1 次提交
  9. 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
  10. 20 10月, 2017 1 次提交
  11. 17 10月, 2017 1 次提交
  12. 29 9月, 2017 2 次提交
  13. 28 9月, 2017 1 次提交
  14. 27 9月, 2017 1 次提交
  15. 26 9月, 2017 1 次提交
  16. 22 9月, 2017 1 次提交
  17. 18 9月, 2017 1 次提交
  18. 15 9月, 2017 1 次提交
  19. 13 9月, 2017 1 次提交
  20. 11 9月, 2017 1 次提交
  21. 06 9月, 2017 1 次提交
  22. 05 9月, 2017 1 次提交
  23. 01 9月, 2017 1 次提交
  24. 08 8月, 2017 1 次提交
  25. 07 8月, 2017 1 次提交
  26. 05 8月, 2017 1 次提交
  27. 02 8月, 2017 2 次提交
  28. 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
  29. 25 7月, 2017 1 次提交
  30. 19 7月, 2017 2 次提交
  31. 17 7月, 2017 3 次提交
  32. 14 7月, 2017 1 次提交
  33. 13 7月, 2017 1 次提交
    • Y
      Follow comments · 79b70c2d
      Yu Yang 提交于
      * Convert `op` --> `operators`
      * Remove AddType in OpProtoMaker, because type is part of registry.
      * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
      79b70c2d