1. 01 7月, 2019 1 次提交
  2. 11 6月, 2019 1 次提交
  3. 30 5月, 2019 1 次提交
    • H
      fix API examples of assign, reverse and array_write, etc. (#17287) · 68dcb1bd
      hong19860320 提交于
      * fix API examples of assign, reverse and array_write
      test=develop
      
      * update API.spec
      test=develop
      
      * update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros
      
      * update API.spec for assign, reverse and array_write, etc.(#17287)
      * test=develop
      68dcb1bd
  4. 20 5月, 2019 1 次提交
  5. 30 4月, 2019 1 次提交
  6. 29 4月, 2019 1 次提交
  7. 16 4月, 2019 1 次提交
  8. 28 3月, 2019 1 次提交
  9. 10 3月, 2019 1 次提交
  10. 25 2月, 2019 1 次提交
  11. 19 2月, 2019 1 次提交
    • 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
  12. 30 1月, 2019 1 次提交
  13. 22 11月, 2018 1 次提交
    • W
      Windows/online (#14474) · d9a1f3e5
      wopeizl 提交于
      * add recordio support
      
      * disable the openblas multi-thread on windows since no support
      adjust the python script
      
      * code style
      
      * code style
      test=develop
      
      * add create_recordio_file_reader back
      
      * fix code style
      test=develop
      
      * fix the gtest.cmake on windows
      
      * fix cc_test on windows
      
      * fix the win build
      test=develop
      
      * remove fused compile support on windows
      test=develop
      
      * add the jit support
      test=develop
      
      * add the jit support, test=develop
      
      * add the jit support, test=develop
      
      * add the jit back
      fix compile error on windows
      
      * rollback test=develop
      
      * test case fix
      
      * disable DSO by default on windows
      
      * exclude warpctc_op on windows
      
      * exclude the dynload_warpctc out on windows
      test=develop
      
      * fix the scripts error
      test=develop
      
      * disable avx on windows by default
      test=develop
      
      * re-organize the cmake file
      
      * disable mkl on windows by default
      
      * add warp_ctc back
      
      * fix the dependency
      
      * fix the dependency
      
      * fix the build issue on windows
      
      * remove unsupported flag on windows
      
      * code style
      
      * code style
      test=develop
      
      * fix issue
      
      * add profiler, parallel_executor back
      
      * clean up the pre-definitions on windows
      
      * fix build issue
      
      * test=develop
      d9a1f3e5
  14. 18 11月, 2018 1 次提交
  15. 12 11月, 2018 1 次提交
  16. 06 11月, 2018 1 次提交
    • P
      gpu support, fix build issue: · 1f12ba61
      peizhilin 提交于
      1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string
      2. comment out some ops which not supported on windows
      3. cuda libs may not be correctly linked to target on windows
      1f12ba61
  17. 12 10月, 2018 1 次提交
    • C
      Fix layers.uniform_random (#13823) · 9c77b65c
      chengduo 提交于
      * fix layers.uniform_random
      
      * fix uniform_random
      test=develop
      
      * remove var type set
      test=develop
      
      * fix similar error
      test=develop
      9c77b65c
  18. 28 9月, 2018 1 次提交
  19. 25 9月, 2018 3 次提交
  20. 23 9月, 2018 1 次提交
  21. 21 9月, 2018 5 次提交
  22. 20 9月, 2018 2 次提交
  23. 29 8月, 2018 1 次提交
  24. 21 8月, 2018 1 次提交
  25. 15 8月, 2018 1 次提交
  26. 01 8月, 2018 1 次提交
  27. 26 7月, 2018 1 次提交
  28. 14 6月, 2018 3 次提交
  29. 13 6月, 2018 2 次提交
  30. 11 6月, 2018 1 次提交
    • W
      Add slice op. (#11052) · adc09087
      whs 提交于
      * Add slice op.
      
      * Remove using from header file and fix doc.
      
      * Fix doc
      
      * Small fix.
      adc09087