1. 12 2月, 2018 1 次提交
  2. 11 2月, 2018 1 次提交
  3. 08 2月, 2018 1 次提交
  4. 02 2月, 2018 2 次提交
  5. 01 2月, 2018 1 次提交
  6. 29 1月, 2018 3 次提交
  7. 22 1月, 2018 2 次提交
  8. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  9. 17 1月, 2018 2 次提交
  10. 16 1月, 2018 1 次提交
  11. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  12. 12 1月, 2018 1 次提交
  13. 11 1月, 2018 1 次提交
  14. 10 1月, 2018 1 次提交
  15. 09 1月, 2018 1 次提交
  16. 08 1月, 2018 1 次提交
  17. 05 1月, 2018 3 次提交
    • F
      update error clip · 33cb12a8
      fengjiayi 提交于
      33cb12a8
    • F
      update error clip · dea52631
      fengjiayi 提交于
      dea52631
    • D
      Feature/use cudnn (#7141) · 5593858d
      dzhwinter 提交于
      * "add c++ side kernel selection"
      
      * "add multiple kernel op test"
      
      * "kernel selection only support cudnn"
      
      * "better formatter"
      
      * "small fix with UseCPU"
      
      * "depends on change interface Get(Place, Library)"
      
      * "fix CI"
      
      * "fix python cudnn test"
      
      * "leave the register cudnn op to another PR"
      
      * "fix CI"
      
      * "use all kernel by default"
      
      * "fix CI"
      5593858d
  18. 27 12月, 2017 1 次提交
  19. 25 12月, 2017 1 次提交
    • Q
      Impl kernel hint (#6883) · af0c4c45
      Qiao Longfei 提交于
      * init kernel hint
      
      * fix typo
      
      * rm unused code
      
      * add include in op_kernel.h
      
      * restore op_kernel since it will be moved to op_kernel_type
      
      * change force_cpu to use_cpu
      
      * fix compilation
      af0c4c45
  20. 21 12月, 2017 2 次提交
  21. 19 12月, 2017 4 次提交
  22. 15 12月, 2017 1 次提交
  23. 12 12月, 2017 1 次提交
  24. 11 12月, 2017 1 次提交
  25. 07 12月, 2017 1 次提交
  26. 06 12月, 2017 1 次提交
  27. 05 12月, 2017 2 次提交
  28. 30 11月, 2017 1 次提交
    • Y
      Feature/switch program (#5932) · ac596a39
      Yu Yang 提交于
      * Unify fluid submodules to fluid module
      
      Change books just use `import fluid`, not submodules
      
      * Remove g_main_program/g_startup_program
      
      Use default_main_program/default_startup_program instead
      
      * Typo
      
      * Add API for switch default program
      
      * Two functions: switch_main_program/switch_startup_program
      * A guard: program_guard. Users can use the `with` statement change
        default programs
      * Change unittests in `test_layers`
      
      * Fix CI
      
      * Fix CI
      
      * Fix CI
      ac596a39