1. 16 9月, 2020 1 次提交
  2. 14 9月, 2020 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. 03 9月, 2019 1 次提交
  7. 30 4月, 2018 1 次提交
  8. 26 4月, 2018 1 次提交
    • A
      Fix more CPPLint errors (#10218) · f457d5da
      Abhinav Arora 提交于
      * Fix more CPPLint issues
      
      * Fix more CPPLint issues
      
      * Fix more CPPLint issues
      
      * Fix CPPLint issues in operators/math and operators/reader
      f457d5da
  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. 15 11月, 2017 2 次提交
  13. 10 11月, 2017 1 次提交
  14. 09 10月, 2017 1 次提交