1. 09 1月, 2019 2 次提交
  2. 08 1月, 2019 1 次提交
  3. 03 1月, 2019 1 次提交
  4. 02 1月, 2019 1 次提交
  5. 28 12月, 2018 1 次提交
    • Q
      Inception fusion operator. (#14968) · 6f0a1d7b
      qingqing01 提交于
      * Inception fusion operator.
      * Support horizontal layer fusion in conv_fusion_op.
      * Search conv algo strategy for variable-length input.
         search N times and cache the searched algos. For other input, choose the algo of input whose area is closest to this input.
      6f0a1d7b
  6. 27 12月, 2018 5 次提交
  7. 26 12月, 2018 1 次提交
  8. 25 12月, 2018 1 次提交
  9. 20 12月, 2018 3 次提交
  10. 19 12月, 2018 1 次提交
  11. 18 12月, 2018 3 次提交
  12. 13 12月, 2018 1 次提交
  13. 10 12月, 2018 1 次提交
  14. 09 12月, 2018 2 次提交
  15. 07 12月, 2018 3 次提交
  16. 06 12月, 2018 1 次提交
  17. 05 12月, 2018 2 次提交
    • X
      polish · 0492158d
      Xin Pan 提交于
      test=develop
      0492158d
    • X
      fix test · b4db31ba
      Xin Pan 提交于
      test=develop
      b4db31ba
  18. 04 12月, 2018 1 次提交
    • T
      fix api format and example (#14686) · 6d04a9cf
      Tink_Y 提交于
      * fix api format and examples
      
      test=develop
      
      * Update executor.py
      
      test=develop
      
      * Update nn.py
      
      * Update nn.py
      
      test=develop
      
      * Update nn.py
      
      test=develop
      6d04a9cf
  19. 03 12月, 2018 8 次提交
  20. 26 11月, 2018 1 次提交
    • T
      Fix save and load lookup table/optimizer vars (#14301) · 3639d99f
      tangwei12 提交于
      *  fix mkdir conflict
      
      *  fix load/save lookup tables
      
       test=develop
      
      * add lookup_table_utils
      
      * fix load optimize vars on pserver
      
      * delete lookup table utils
      
      * fix save and load lookup tables
      
      * fix load optimizer var
      
      * fix load optimizer var, test=develop
      
      * fix python 3 style, test=develop
      
      * move lookup_table_utils to contrib utils
      3639d99f