1. 10 5月, 2019 1 次提交
    • Q
      Double backward of conv2d. (#17211) · e32c9888
      qingqing01 提交于
      * Add conv2d_grad_grad_op
      * Extracte the cuDNN conv algo searching code in conv_cudnn_helper.h.
          - Now use it in conv2d_grad_grad.
          - Will simply the searching code in conv2d and conv2d_grad in next PR.
      * Enhance and fix bug in unit testing of gradient_checker.
      * Support to fetch empty variables,return None in Python.
      e32c9888
  2. 06 5月, 2019 1 次提交
  3. 30 4月, 2019 1 次提交
  4. 22 4月, 2019 1 次提交
  5. 27 3月, 2019 1 次提交
  6. 12 12月, 2018 1 次提交
  7. 10 12月, 2018 1 次提交
  8. 03 12月, 2018 1 次提交
  9. 24 11月, 2018 1 次提交
  10. 19 10月, 2018 1 次提交
  11. 02 10月, 2018 1 次提交
  12. 30 9月, 2018 2 次提交
  13. 29 9月, 2018 3 次提交
  14. 27 8月, 2018 1 次提交
  15. 25 6月, 2018 1 次提交
  16. 20 6月, 2018 1 次提交
  17. 02 5月, 2018 1 次提交
    • F
      fix · d11b8e56
      fengjiayi 提交于
      d11b8e56
  18. 25 4月, 2018 1 次提交
  19. 17 4月, 2018 4 次提交
  20. 08 4月, 2018 1 次提交
  21. 07 4月, 2018 1 次提交
  22. 06 4月, 2018 1 次提交
  23. 04 4月, 2018 1 次提交
  24. 15 3月, 2018 2 次提交
  25. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  26. 12 2月, 2018 1 次提交
  27. 10 2月, 2018 2 次提交
  28. 14 1月, 2018 1 次提交
    • D
      "cudnn operators change to cudnn kernel" (#6660) · 5ad1aef0
      dzhwinter 提交于
      * "unified operators"
      
      * "add CUDNN register"
      
      * "add use cudnn attribute"
      
      * "add attribute"
      
      * "test conv tranpose op"
      
      * "remove duplicated attr"
      
      * "fix op test"
      
      * "add attribute to set cudnn"
      
      * "add more log"
      
      * "need layout op register support"
      
      * "add more log"
      
      * "change GetExpectedKernelType "
      
      * "fix Get attr in conv_op"
      
      * "fix CI"
      
      * "fix tests"
      
      * "removed kernel priority fallback"
      
      * "fix CI"
      
      * "fix stack pointer bug"
      
      * "refine buggy interface"
      
      * "add const cast to save life"
      
      * "fix get_output_with_grad"
      
      * "fix op test with dataformat"
      
      * ""fix pooling
      
      * "fix pooling test"
      
      * "fix CI"
      
      * "fix with_gpu error"
      
      * "add transform needed functional check"
      
      * "fix unpack list error"
      
      * "comment out parallel.do temporary"
      
      * "fix CI"
      
      * "fix compile doc error"
      
      * "make threshold larger"
      5ad1aef0
  29. 28 12月, 2017 1 次提交
  30. 27 12月, 2017 3 次提交
    • Y
      Rename API of DeviceContext (#7055) · 15e8c80e
      Yu Yang 提交于
      * Rename API of DeviceContext
      
      Make them as usual names.
      
      * Rename API of DeviceContext
      
      Make them as usual names.
      
      * Fix compile
      
      * Fix compile
      
      * Fix compile
      
      * Fix compile
      
      * Fix compile
      15e8c80e
    • Y
      Fix compile · 16a84328
      Yang Yu 提交于
      16a84328
    • Y
      Fix compile · a5291f9c
      Yang Yu 提交于
      a5291f9c