1. 17 9月, 2021 1 次提交
  2. 04 2月, 2021 1 次提交
  3. 19 8月, 2020 1 次提交
  4. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  5. 03 4月, 2020 1 次提交
    • L
      [feature] prune program by feed and fetch_list automatically (#22474) · a62599a8
      Leo Chen 提交于
      * prune train program by fetch_list, test=develop
      
      * add unittest for prune, test=develop
      
      * fix pruned feed, test=develop
      
      * support ParallelExecutor and feed prune, test=develop
      
      * add comments, test=develop
      
      * update unittest, test=develop
      
      * update unittests, test=develop
      
      * remove debug code, test=develop
      
      * support cond in clone, test=develop
      
      * support cond in prune, test=develop
      
      * support multiple minimize, test=develop
      
      * support cache, test=develop
      
      * fix _copy_param_info_from, test=develop
      
      * support python2 str, test=develop
      
      * remove debug code, test=develop
      
      * fix bug of caching CompiledProgram, test=develop
      
      * fix multi_device issue, test=develop
      
      * tmp
      
      * support tuple in fetch_list and overriding use_prune, test=develop
      
      * dont use nonlocal in python2, test=develop
      
      * remove nonlocal, test=develop
      
      * code clean, test=develop
      
      * code clean, test=develop
      
      * feed list, test=develop
      
      * test adam, test=develop
      
      * follow comments, test=develop
      
      * reduce duplicate code, test=develop
      
      * update comments, test=develop
      a62599a8
  6. 26 2月, 2020 1 次提交
  7. 20 9月, 2019 1 次提交
    • H
      Set states of recurrent op as dependent vars in prune (#19865) · e1171142
      Huihuang Zheng 提交于
      * Set states of recurrent op as dependent vars in prune of save inference model
      
      This PR will fix the save/load inference model problem of RNN models.
      
      The reason of the bug is that save_inferenc_model will prune OPs that doesn't contribute to Output. But in recurrent_op, States are not Output, OPs refers States will be pruned. 
      
      This fix adds States of recurrent_op as dependent var so that OPs referring States won't be pruned. 
      e1171142
  8. 16 9月, 2019 1 次提交
  9. 05 9月, 2019 1 次提交
  10. 18 9月, 2018 1 次提交
  11. 25 4月, 2018 1 次提交
  12. 06 3月, 2018 1 次提交
  13. 12 2月, 2018 1 次提交
  14. 10 2月, 2018 2 次提交
  15. 06 2月, 2018 3 次提交
  16. 04 2月, 2018 1 次提交
  17. 30 1月, 2018 1 次提交
  18. 27 1月, 2018 1 次提交
  19. 26 1月, 2018 2 次提交
  20. 20 12月, 2017 1 次提交
  21. 24 11月, 2017 1 次提交
  22. 28 10月, 2017 1 次提交
    • F
      Python API for inference model saving/load (#5020) · 6783dcee
      fengjiayi 提交于
      * Add `dump_to_file()` for ProgrameDescBind in pybind
      
      * Update
      
      * Add utility.py
      
      * typo
      
      * Fix bugs
      
      * Move add_feed/fetch_components to untility.py
      
      * Compelete dump
      
      * Follow comments
      
      * Change output of Prune() from inference to pointer
      
      * Expose Prune() to Python
      
      * Compelete save/load API of inference model
      
      * Fix errors
      
      * Debuging
      
      * Compelete unit tests
      
      * follow comments
      6783dcee
  23. 17 10月, 2017 3 次提交
  24. 12 10月, 2017 2 次提交