1. 27 11月, 2018 1 次提交
  2. 17 11月, 2018 1 次提交
  3. 16 11月, 2018 1 次提交
    • J
      Squashing MKL based softmax for inference · 513bb6c1
      Jacek Czaja 提交于
      test=develop
      
      - Added profiling to softmax functors
      
      - MKL based softmax inference op
      
      - Fix to softmax compuation via MKL
      
      - cleaning
      
      - Cosmetic fixes to softmax MKL
      
      - Fix to ON_INFER lack of propagation
      513bb6c1
  4. 14 11月, 2018 2 次提交
  5. 09 11月, 2018 2 次提交
  6. 14 8月, 2018 1 次提交
  7. 09 8月, 2018 1 次提交
  8. 31 7月, 2018 2 次提交
  9. 12 2月, 2018 1 次提交
  10. 10 2月, 2018 2 次提交
  11. 26 12月, 2017 1 次提交
  12. 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
  13. 11 11月, 2017 2 次提交
  14. 09 11月, 2017 1 次提交
  15. 08 11月, 2017 1 次提交
  16. 29 9月, 2017 1 次提交
  17. 28 9月, 2017 2 次提交
  18. 26 9月, 2017 1 次提交
  19. 22 9月, 2017 1 次提交
  20. 15 9月, 2017 1 次提交
  21. 13 9月, 2017 1 次提交
  22. 12 9月, 2017 1 次提交
  23. 07 9月, 2017 1 次提交
  24. 06 9月, 2017 1 次提交
  25. 08 8月, 2017 1 次提交
  26. 07 8月, 2017 2 次提交
  27. 05 8月, 2017 1 次提交
  28. 04 8月, 2017 1 次提交
  29. 03 8月, 2017 1 次提交
    • Q
      Softmax grad op (#3164) · d953611e
      Qiao Longfei 提交于
      * init softmax grad op
      
      * add compute code
      
      * export Backward to python
      
      * update test ,export op.type to python
      
      * update python test, fix compute bug
      
      * update unit test
      
      * use eigen
      
      * optimize eigen code
      
      * add gpu test
      
      * register softmax_grad GPU kernel and fix test bug
      
      * typo
      
      * follow comments
      d953611e
  30. 02 8月, 2017 1 次提交
  31. 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
  32. 25 7月, 2017 1 次提交
  33. 19 7月, 2017 1 次提交