- 07 9月, 2023 1 次提交
-
-
由 Difer 提交于
* rename fluid to base * fix setup and rename paddle.fluid * fix protobuf generated paddle.fluid * fix some errors * fix cmake depends * fix some error * try to fix cache error * fix codestyle && some doc error * remove build change * fix some error --------- Co-authored-by: NXiangGao <jeff41404@gmail.com>
-
- 11 8月, 2023 1 次提交
-
-
由 Meteor Liu 提交于
* [dy2static]implement tensor.cuda() in static graph * [dy2static]implement tensor.cuda() in static graph - change the patch place * [dy2static]implement tensor.cuda() in static graph - fix code-block in comment * [dy2static]implement tensor.cuda() in static graph - add ut for warning branch
-
- 08 8月, 2023 1 次提交
-
-
由 Meteor Liu 提交于
* [enhancement] Implement tensor.cpu() in static graph * [enhancement] Implement tensor.cpu() in static graph * [dy2static] add unitest cases for tensor.cpu() * [dy2static] add unitest cases for tensor.cpu() - run only on paddle compiled with cuda mode * [dy2static]Refine the format of the api-doc for Variable.cpu().
-
- 05 7月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
-
- 11 5月, 2023 1 次提交
-
-
由 WangZhen 提交于
* Fix div error when dtype is int64 in static mode * Fix out dtype
-
- 21 3月, 2023 1 次提交
-
-
由 GGBond8488 提交于
* remove fluid.data * fix typro * fix somme unitest error * fix conflicts * fix sample code error * fxi sample coder error * fxi sample code error * fxi sample code error * fix xpu test error * fix xpu test error * Delete ps_pb2.py * fix test error * fix typro * fix sample code error * fix comments * fix test norm op data * fix sample code error * fix conflicts
-
- 03 3月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 04 1月, 2023 1 次提交
-
-
由 张春乔 提交于
* add for-else * add * for unpacking
-
- 30 12月, 2022 1 次提交
-
-
由 Sanbu 提交于
* 1219 * temporarily change the num_diff_files limit, test=document_fix * Revert "temporarily change the num_diff_files limit, test=document_fix" This reverts commit 8e70f00ef468d2dad0e38b3da06295ed62990d20. * for codestyle * remove duplicate license * `static mode` -> `static graph mode` * Update hybrid_parallel_inference.py * Update layer_function_generator.py * Update manipulation.py * reset Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 14 12月, 2022 1 次提交
-
-
由 feifei-111 提交于
* del array_write & array_read * fix import err * fix import err * fix example codes
-
- 02 12月, 2022 1 次提交
-
-
由 Wen Sun 提交于
* refactor: rm shrink_memory * refactor: rm create_array * refactor: rm array_length
-
- 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
-