1. 21 4月, 2019 1 次提交
    • Z
      Refine model gpu memory (#16993) · 1202d3fc
      Zeng Jinle 提交于
      * speedup gc and inplace softmax_with_cross_entropy_grad
      test=develop
      
      * refine models gpu mem
      Merge skip vars and warning messages of mem opt
      remove relu mem opt
      test=develop
      
      * follow comments
      test=develop
      1202d3fc
  2. 16 4月, 2019 2 次提交
  3. 11 4月, 2019 1 次提交
  4. 20 3月, 2019 1 次提交
  5. 04 3月, 2019 1 次提交
  6. 12 2月, 2019 1 次提交
  7. 12 12月, 2018 1 次提交
  8. 30 10月, 2018 1 次提交
  9. 11 9月, 2018 1 次提交
  10. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  11. 12 2月, 2018 1 次提交
  12. 10 2月, 2018 2 次提交
  13. 08 1月, 2018 1 次提交
    • Q
      cpu gpu transform function (#7191) · 0f353ab4
      Qiao Longfei 提交于
      * add rename guard
      
      * add device_data_transform
      
      * add device_data_transform_test
      
      * modify GetExpectedKernelType
      
      * update operator.run
      
      * support test test_label_semantic_roles
      
      * optimize code
      
      * optimize code
      
      * rename GetActualKernelType to GetExpectedKernelType
      
      * fix chunk_eval_op and device_data_transform_test
      
      * add is_same_place to place
      
      * optimize code, refine rename_guard
      
      * refine rename guard, add GetKernelTypeForVar
      
      * optimize code
      
      * add some log
      
      * rename guard
      
      * use sub scope to create var
      
      * fix compile
      
      * add IsInitialized for Tensor
      
      * add VarIsTensor
      
      * fix op_registry_test
      
      * test
      
      * tmp disable priority
      
      * restore switch_kernel.md
      
      * code clean
      0f353ab4
  14. 26 12月, 2017 1 次提交
  15. 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
  16. 21 12月, 2017 1 次提交
  17. 20 12月, 2017 1 次提交
  18. 04 12月, 2017 1 次提交
  19. 23 11月, 2017 1 次提交
  20. 13 11月, 2017 1 次提交
  21. 08 11月, 2017 1 次提交
    • Y
      Polish OpWithKernel · bbdac7f7
      Yu Yang 提交于
      * Chage `IndicateDataType` to `GetKernelType`. Make it easier to
        understand.
      * Change `OpKernelKey` to `OpKernelType`
      * Make operator developers can customize which kernel the operator will
        use in runtime.
      bbdac7f7
  22. 06 11月, 2017 1 次提交
  23. 05 11月, 2017 1 次提交
  24. 17 10月, 2017 3 次提交
  25. 12 10月, 2017 1 次提交
  26. 07 10月, 2017 1 次提交
  27. 05 10月, 2017 3 次提交
  28. 03 10月, 2017 1 次提交
  29. 28 9月, 2017 2 次提交
  30. 27 9月, 2017 1 次提交
  31. 26 9月, 2017 2 次提交
  32. 22 9月, 2017 1 次提交