1. 26 8月, 2020 1 次提交
  2. 23 10月, 2019 1 次提交
  3. 28 9月, 2019 1 次提交
    • L
      fix pool2d pool3d,support asymmetric padding and channel_last (#19739) · 24010472
      liym27 提交于
      * fix pool2d pool3d:
      1. support asymmetric padding;
      2. support padding algorithm:"SAME" and "VALID";
      3. support channel_last: data_format NHWC and NDHWC;
      4. support inferring shape when input with negative dims in compile time;
      5. change doc of python API and c++;
      6. fix bug in cuda kernel when Attr(adaptive) is true.
      
      test=develop,test=document_preview
      
      * fix 'tensors' to 'Tensors'. test=develop,test=document_preview
      
      * add test for converage ValueError.test=develop,test=document_preview
      
      * resolve conflict in test_pool2d. test=develop
      24010472
  4. 11 12月, 2018 3 次提交
  5. 16 11月, 2018 1 次提交
  6. 29 10月, 2018 2 次提交
  7. 02 5月, 2018 2 次提交
  8. 30 4月, 2018 1 次提交
  9. 12 2月, 2018 1 次提交
  10. 10 2月, 2018 2 次提交
  11. 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
  12. 17 11月, 2017 1 次提交
  13. 13 11月, 2017 1 次提交
  14. 10 10月, 2017 2 次提交
  15. 30 9月, 2017 2 次提交
  16. 29 9月, 2017 1 次提交
  17. 28 9月, 2017 1 次提交
  18. 26 9月, 2017 1 次提交
  19. 25 9月, 2017 2 次提交
  20. 23 9月, 2017 1 次提交
  21. 22 9月, 2017 1 次提交
  22. 21 9月, 2017 1 次提交
  23. 20 9月, 2017 1 次提交