1. 30 6月, 2020 8 次提交
  2. 29 6月, 2020 6 次提交
    • Z
      rm contrib api code test (#25240) · 87a4a7ec
      zhangchunle 提交于
      87a4a7ec
    • W
      rename qat into quant in filenames only (#25194) · 56fa3880
      Wojciech Uss 提交于
      test=develop
      56fa3880
    • A
      [Dy2stat]Support buffers and register_buffer in Layer (#24888) · 02adf68d
      Aurelius84 提交于
      * support to save varBase created in __init__ test=develop
      
      * polish code test=develop
      
      * refine to_static_var test=develop
      
      * refine warning test=develop
      
      * add unitteset for to_static_var test=develop
      
      * fix logger test=develop
      
      * polish buffers en doc test=develop
      
      * fix param_guard test=develop
      
      * refine en doc test=develop
      02adf68d
    • W
      support build on arm. test=develop (#25212) · 4c964abd
      Wilber 提交于
      4c964abd
    • W
      f78e161e
    • H
      [Dy2stat] Add Basic Support for Grammar 'return' (#25176) · 6f631a27
      Huihuang Zheng 提交于
      This PR added basic support for 'return' grammar in dy2stat. It supports the control flow of 'return'.
      
      The basics idea is using a return value variable to store the early return statements and boolean state variables with if-else to skip the statements after the return statements.
      
      **This PR is very basic support. There are some corner cases I didn't develop/test**. For example, 'return None', 'return different length of variables', 'return non-tensor and tensor together', 'no return statement'. **These corner cases will be done in my next PRs**. Target date is this week.
      
      **Note**: 
      1. for the unit test, I changed test_program_translator.py because the StaticCode of `dyfunc_with_if_else` will change. To guarantee the correctness of `dyfunc_with_if_else`, I also run it in `TestRecursiveReturn` in test_return.py.
      
      2. I commented the early return code in bert_dygraph_model.py because 'return different length of variables' is unsupported now. I also know that there are some other models used early return and we didn't enable it in the unit test. I will add support for it in next PRs and then re-enable those tests.
      6f631a27
  3. 28 6月, 2020 2 次提交
  4. 26 6月, 2020 1 次提交
  5. 25 6月, 2020 1 次提交
  6. 24 6月, 2020 4 次提交
  7. 23 6月, 2020 5 次提交
  8. 22 6月, 2020 3 次提交
  9. 21 6月, 2020 1 次提交
  10. 19 6月, 2020 6 次提交
  11. 18 6月, 2020 3 次提交