1. 14 9月, 2020 1 次提交
  2. 31 10月, 2019 1 次提交
  3. 13 10月, 2019 1 次提交
  4. 07 10月, 2019 1 次提交
  5. 29 9月, 2019 1 次提交
    • L
      fix conv2d and conv3d: (#20042) · 3aa331d9
      liym27 提交于
      1.support asymmetric padding;
          2.support padding algorithm:"SAME" and "VALID";
          3.support channel_last: data_format NHWC and NDHWC;
          4.change doc of python API and c++;
      
          test=develop, test=document_preview
      3aa331d9
  6. 27 7月, 2018 1 次提交
  7. 26 7月, 2018 5 次提交
  8. 25 7月, 2018 1 次提交
  9. 24 7月, 2018 2 次提交
  10. 11 7月, 2018 1 次提交
    • L
      change im2sequence for ctc batch inference (#11696) · 29145e1e
      lemon34 提交于
      * change im2sequence for ctc batch inference
      
      * Update im2sequence_op.cc
      
      * change im2sequence for ctc batch inference
      
      * update
      
      * change PR by comment
      
      * fix ocr test error
      
      * fix test_im2sequence
      
      * modify the old name to standard name
      
      * fix test_layers failed
      29145e1e
  11. 27 4月, 2018 1 次提交
  12. 12 2月, 2018 1 次提交
  13. 10 2月, 2018 2 次提交
  14. 20 12月, 2017 1 次提交
  15. 19 12月, 2017 3 次提交
  16. 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
  17. 15 11月, 2017 1 次提交
  18. 10 11月, 2017 1 次提交
  19. 08 11月, 2017 1 次提交
  20. 23 10月, 2017 2 次提交
  21. 21 10月, 2017 1 次提交
  22. 18 10月, 2017 3 次提交
  23. 21 9月, 2017 2 次提交
  24. 04 9月, 2017 3 次提交
  25. 30 8月, 2017 2 次提交