1. 08 7月, 2019 1 次提交
  2. 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
  3. 17 4月, 2019 1 次提交
  4. 16 4月, 2019 3 次提交
  5. 13 4月, 2019 1 次提交
  6. 04 4月, 2019 1 次提交
  7. 28 3月, 2019 1 次提交
  8. 27 3月, 2019 2 次提交
  9. 19 3月, 2019 1 次提交
  10. 18 3月, 2019 2 次提交
  11. 15 3月, 2019 2 次提交
  12. 06 3月, 2019 2 次提交
  13. 05 3月, 2019 1 次提交
  14. 04 3月, 2019 2 次提交
  15. 28 2月, 2019 1 次提交
  16. 27 2月, 2019 1 次提交
  17. 19 2月, 2019 2 次提交
    • T
      fix warnings (#15790) · e1c707fe
      tensor-tang 提交于
      * fix warnings
      
      test=develop
      
      * fix enforce test
      
      test=develop
      e1c707fe
    • Y
      Correct the doc in Python API (#15725) · 56a5039e
      Yiqun Liu 提交于
      * Correct the comment in control_flow.py.
      
      * Correct the argument list of ops.
      test=develop
      
      * Update API.spec.
      test=develop
      
      * Skip op_callstack attr for all op apis.
      test=develop
      
      * Remove use_mkldnn and is_test from python api.
      test=develop
      
      * Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string.
      test=develop
      56a5039e
  18. 21 1月, 2019 1 次提交
  19. 17 1月, 2019 1 次提交
  20. 16 1月, 2019 1 次提交
    • Y
      Optimize while_op for test (#14764) · 568cc2ff
      Yiqun Liu 提交于
      * Simplify the compare op for CPU.
      
      * Use asynchronous tensor copy in reshape_op's kernel.
      
      * Optimize while_op for test, avoiding creating variables every time.
      test=develop
      
      * Enable the cache of kernel type and kernel function.
      test=develop
      
      * Enable profiling with gperftools.
      
      * Remove flags for testing, and fix the linking error.
      test=develop
      
      * Delete the codes of ChooseKernel.
      test=develop
      
      * Fix bug when preparing ExecutorPrepareContext for while_op.
      
      * Fix missing depending on grpc libraries.
      
      * Remove the redundant print.
      test=develop
      
      * Follow comments.
      
      * Remove the codes related to prepare the ExecutorPrepareContext for while_op.
      test=develop
      568cc2ff
  21. 19 12月, 2018 3 次提交
  22. 18 12月, 2018 1 次提交
  23. 14 12月, 2018 1 次提交
  24. 13 12月, 2018 1 次提交
  25. 12 12月, 2018 2 次提交
  26. 07 12月, 2018 1 次提交
  27. 04 12月, 2018 2 次提交
  28. 03 12月, 2018 1 次提交