- 12 7月, 2022 1 次提交
-
-
由 xiongkun 提交于
* change NameVisitor to FunctionScopeAnalysis * polish the logic of undefined var in while_loop. create vars after body execution * replace old NameVisitor in while and fix all CI * Togather with CreateVariableTransformer * add create_variable_transformer * fix bugs * merge * fix some error, TODO: ForNodePreTransform ahead * merge for unite PR * fix conflict with base_transformer PR * fix ci errors, fix [for i in range()] error * fix according to code review
-
- 08 7月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Polish visit function in transformer * Call generic_visit first in visit_While/For * Remove comments * Polish utils.py, move some transformer to base_transformer
-
- 06 7月, 2022 1 次提交
-
-
由 xiongkun 提交于
* add support for control flow block analysis * move FunctionNameLivenessAnalysis into utils * pass test_ifelse.py * remove duplicate data_layer_not_check * pass the test_ifelse.py * fix unittest error . * fix all ci error in first version * temporay disable CreateVariableTransformer * fix ci errors * fix function name liveness analysis bugs * modifty def cond * fix * fix ci error - v2 * fix by code review * change return_name_ids -> return_name
-
- 05 7月, 2022 3 次提交
-
-
由 zhiboniu 提交于
* change fluid.mean to paddle.mean * reverse some old code examples
-
由 zhangbo9674 提交于
* refine tensor.dtype for bloat16 * refine test * revert * refine bfloat16 print
-
由 WangZhen 提交于
* Add BaseTransformer for dy2st error message * Fix return_transformer error * Polish dy2st error info in runtime * Fix UT error * Polish runtime error code
-
- 01 7月, 2022 4 次提交
-
-
由 Chen Weihang 提交于
-
由 WangZhen 提交于
-
由 Aurelius84 提交于
* [Dy2Stat]Polish break/continue statement transformer logic
-
由 Aurelius84 提交于
* [Dy2Stat]Enhance nonlocal machanism while returning single var * [Dy2Stat]Enhance nonlocal machanism while returning single var
-
- 30 6月, 2022 2 次提交
- 28 6月, 2022 3 次提交
-
-
由 Yuang Liu 提交于
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
* [Dy2Stat]Polish all API name of _jst
-
- 27 6月, 2022 3 次提交
-
-
由 Aurelius84 提交于
* [Dy2Stat]Refactor convert_shape transformer logic * clean usless unittest
-
由 Aurelius84 提交于
-
由 zhangbo9674 提交于
-
- 24 6月, 2022 1 次提交
-
-
由 xiongkun 提交于
* add closure analysis for control flow and add some unittest * finetune the design of FunctionScopeVisitor * fix * fix python check * fix code by code review
-
- 23 6月, 2022 2 次提交
-
-
由 zhangbo9674 提交于
-
由 Aurelius84 提交于
* [Dy2Stat]Support nonlocal mechanism in IF ast transformer * support prune return vars in cond * fix unittest * fix unittest * fix static check
-
- 22 6月, 2022 1 次提交
-
-
由 xiongkun 提交于
因此将N次前向共用一个 vec scope 换为了N次前向分别使用自己的一个vecscope
-
- 21 6月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* refine layer to * refine code * add ut
-
- 15 6月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* set_state_dict not use state_dict hook * add ut * refine doc
-
- 14 6月, 2022 2 次提交
-
-
由 WangZhen 提交于
* Refine ifelse early return
-
由 zlsh80826 提交于
* Replace np.bool/np.bool8 with np.bool_ * Replace np.object with np.object_ * Replace np.complex with np.complex128 * Replace np.float with np.float64 * Replace np.int with np.int_ * Rerun pre-commit for newer pre-commit configuration * Use builtin bool instead of np.bool_ based on the context
-
- 13 6月, 2022 3 次提交
-
-
由 WangZhen 提交于
* Refine covnert_var_shape in dy2st * Fix UT error * Return paddle.shape only when has_negative and fix test_tensor_shape error * Fix test_jit_save_load error
-
由 Jiabin Yang 提交于
* support set_grad_ivar for eager * support set_grad_ivar for eager * support set_grad_ivar for eager
-
由 Aurelius84 提交于
* [Dy2Stat]Remove fluid.layers in transformer code * remove useless return_name_vars * fix unittest * fix unittest * fix unittest
-
- 09 6月, 2022 2 次提交
-
-
由 Aurelius84 提交于
[Dy2Stat]Add apply_optimization for @to_static and remove BreakTransformOptimizer by default (#43320) * [Dy2Stat]Add apply_optimization for @to_static and remove BreakTransformOptimizer by default * fix unittest
-
由 Aurelius84 提交于
* [Dy2stat]Add RollBack into original dygraph function for @to_static * fix unittest * [Dy2Stat]Support deepcopy Net instance after @to_static
-
- 08 6月, 2022 3 次提交
-
-
由 Aurelius84 提交于
-
由 YuanRisheng 提交于
* move_group_norm * move group norm backward * fix code format * modify code according comment
-
由 Aurelius84 提交于
* [Dy2stat]Add RollBack into original dygraph function for @to_static * fix unittest
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 02 6月, 2022 1 次提交
-
-
由 sneaxiy 提交于
* support CUDAGraph for partial graph * add ut * fix ci * fix ut again because of eager mode * fix kunlun ci * fix win ci
-
- 01 6月, 2022 3 次提交
-
-
由 xiongkun 提交于
-
由 YuanRisheng 提交于
* add yaml * fix infrt compile bugs
-
由 zhouweiwei2014 提交于
-
- 31 5月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* polish append op using * fix var error * fix group norm impl
-