- 29 11月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Fluid Clean]Migrate if/while/return/break transformer into paddle.jit * migrate call_transformer * migrate call_transformer
-
- 17 11月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 08 11月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor for sundary api * fix comment
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 27 9月, 2022 2 次提交
-
-
由 zhangkaihuo 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-
- 22 9月, 2022 1 次提交
-
-
由 feifei-111 提交于
* place * add test * fix spell and test * fix anno * code style
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 09 9月, 2022 1 次提交
-
-
由 xiongkun 提交于
* convert_call support staticmethod for class. * while support for python container. It is convenient to convert more dynamic graph codes into static graphs. * cond support python container * add unittest for staticmethod convert_call * fix bugs * add unittest for item interface * fix bugs * change to np.testing.assert_allclose * code format * fix comments. * code format
-
- 06 9月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Dy2Stat]Filter UserWarings while @to_static * only filter DeprecationWarning * fix unittest
-
- 02 9月, 2022 1 次提交
-
-
由 xiongkun 提交于
* 1. make list transformer into jit form. 2. fix some bugs in tensor_array, such as append. 3. enhance the function analysis visitor to recognize push/pop. 4. add setter/getter helper to deal with 2+ name sets. * fix ci errors: 1. add to_tensor_array logic in convert_cond 2. fix IfExpr error. 3. fix erros while return_names or push_pop_names is None 4. fix slice error in a[i]=1 where a is tensor_array 5. add pop interface in Variable
-
- 03 8月, 2022 1 次提交
-
-
由 feifei-111 提交于
* fix dy2staic: cpu, cuda, assign([Var, Var, ]) * fix1 * fix2 Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
-
- 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
-
- 13 9月, 2021 1 次提交
-
-
由 chentianyu03 提交于
This reverts commit ae93d9c2.
-
- 01 9月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Support append method and initialized value for List in ControlFlow * polish error msg and en doc * fix code style
-
- 24 6月, 2021 1 次提交
-
-
由 CtfGo 提交于
As the title
-
- 16 6月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 02 6月, 2021 1 次提交
-
-
由 chentianyu03 提交于
* fix the bug of div operation result using scale method do not exactly equal the result of elementwise_div method * remove __div__ , __rdiv__ methods which do not define in python3 * modify the note * add test case * add test case
-
- 27 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 14 4月, 2021 1 次提交
-
-
由 wawltor 提交于
-
- 01 12月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* pass stop_gradient for cast op * improve performance of elementwise_add grad * use tensor copy async * dygraph branch * fix dygraph branch * add ut
-
- 30 10月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* check and fix tensor and scalar type promotion * fix else branch error * fix scalar method error * fix test_math_op_path unittest * add future division for unittest * rm useless bin file
-
- 23 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* Makes the Bind Method more intelligent * Makes the Bind Method more intelligent * fix unittest * fix unittest * fix conflict
-
- 10 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-
- 24 8月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* add div, floor_div, remainder
-
- 21 8月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* binding tensor method * binding tensor method * binding tensor method * Binding methods for class Tensor and Variable
-
- 12 6月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 09 6月, 2020 1 次提交
-
-
由 wawltor 提交于
Fix the bug for elementwise_div op, when the first var is scalar; Use the shape 1 replace the -1 in shape.
-
- 13 5月, 2020 1 次提交
-
-
由 wawltor 提交于
Fix the elementwise_ops axis bug, make elementwise_ops has the same the op function for override ops
-
- 19 3月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 24 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* update layers, test=develop * fix input numpy, test=develop * fix bugs, test=develop * follow commments, test=develop * update getitem, test=develop
-
- 23 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* add unittests, test=develop * set dtype of compare op to bool, test=develop
-
- 20 12月, 2019 1 次提交
-
-
由 hong 提交于
-
- 18 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
adds unary operator __neg__ for VarBase in dygraph mode, and for Variable in static graph mode.
-
- 16 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* patch math method for varbase using auto-generated op functions, test=develop * clean code that handles batch_size, test=develop * follow comments, test=develop * follow comments, test=develop * code clean, test=develop
-
- 11 12月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 05 12月, 2019 2 次提交
-
-
由 danleifeng 提交于
-
由 Leo Chen 提交于
* test=develop, fix docker with paddle nccl problem * don't expose numerous Tensor.set(), test=develop * fix condition, test=develop * fix float16 bug, test=develop * feed should be Tensor or np.array, not Variable or number, test=develop * use forcecast to copy numpy slice to new array, test=develop * remove float16-uint16 hacking, test=develop * add variable method to varbase and refactor to_variable to support return varbase * support kwargs in varbase constructor * add VarBase constructor to support default python args * refine varbase initial method * reset branch * fix ut for change VarBase error info to PaddleEnforce * cherry is parameter change before * overload isinstance to replace too many change of is_variable * rm useless files * rm useless code merged by git * test=develop, fix some ut failed error * test=develop, fix test_graph_wrapper * add some tests, test=develop * refine __getitem__, test=develop * add tests, test=develop * fix err_msg, test=develop
-
- 10 10月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, refine en_doc for Variable and Program * test=document_fix, fix English doc for Variable and Program * test=document_fix, refine astype code block style * test=document_fix, add example code for Variable properties
-
- 26 9月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-