- 27 4月, 2021 2 次提交
- 26 4月, 2021 3 次提交
-
-
由 Huihuang Zheng 提交于
A follow up PR of #32420, we changed the doc of python/paddle/fluid/layers/tensor.py in that PR and we are changing python/paddle/tensor/creation.py in this PR.
-
由 Huihuang Zheng 提交于
paddle.to_tensor will be translated to paddle.assign in Dy2stat, however paddle.assign doesn't support int, float, bool. This PR added the supports.
-
由 Zhong Hui 提交于
* [DOC] Clarify the difference between paddle.norm and np.linalg.norm
-
- 25 4月, 2021 1 次提交
-
-
由 Leo Chen 提交于
-
- 24 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 22 4月, 2021 1 次提交
-
-
由 wuyefeilin 提交于
support int32 and int64 kernel for clip operator
-
- 14 4月, 2021 1 次提交
-
-
由 Thomas Young 提交于
-
- 12 4月, 2021 1 次提交
-
-
由 zhulei 提交于
* [Rocm] fix python test of multinomial * [Rocm] fix python test of multinomial * [Rocm] fix python test of multinomial * [Rocm] fix python test of multinomial
-
- 07 4月, 2021 1 次提交
-
-
由 danleifeng 提交于
* add uint8 type for flatten;test=develop
-
- 30 3月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 24 2月, 2021 1 次提交
-
-
由 lilong12 提交于
* update, test=develop
-
- 25 1月, 2021 1 次提交
-
-
由 123malin 提交于
-
- 15 1月, 2021 1 次提交
-
-
由 pangyoki 提交于
* add view strategy on squeeze,unsqueeze,reshape,flatten * add squeeze unittest * add unittests * use View strategy as name rather than Reuse Allacation * fix view api doc * fix format * use core.ops when input of reshape2 is Tensor * fix test_cross_entropy_loss error because of reshape2 * fix test_cross_entropy_loss error because of reshape2 * add inplace strategy * add elementwise_add sub * let backward op not use inplace * grad op do not use inplace * fix memory increase error and add leaf error message * delete selected_rows * change op_function * little change * solve HandleViewBetweenInputAndOutput * add unittest and leaf error message * merge view error * optimize op_function_generator format and support sum inplace op * fix format of basic_engine * fix format for framework * little change of variable wrapper * add reshape, squeeze, unsqueeze, scatter api * add relu elu tanh softmax inplace api * fix test_squeeze_op unittest * fix test_relu_op unittest * fix comment problems * delete sample code of inplace api * add reference of grad_pending_nodes in basic_engine * fix unittest name * add inplace apis into wlist * fix error message * add PADDLE_ENFORCE for set grad op twice * fix head file error
-
- 12 1月, 2021 2 次提交
- 09 1月, 2021 1 次提交
-
-
由 pangyoki 提交于
* add view strategy on squeeze,unsqueeze,reshape,flatten * add squeeze unittest * add unittests * use View strategy as name rather than Reuse Allacation * fix view api doc * fix format * use core.ops when input of reshape2 is Tensor * fix test_cross_entropy_loss error because of reshape2 * delete selected_rows * change op_function * little change * solve HandleViewBetweenInputAndOutput
-
- 08 1月, 2021 1 次提交
-
-
由 liym27 提交于
In creation.assgin, reuse implamention code of layers.tensor.assign to avoid maintain two code (#30227)
-
- 07 1月, 2021 2 次提交
-
-
由 LutaoChu 提交于
-
由 wangchaochaohu 提交于
-
- 29 12月, 2020 1 次提交
-
-
由 Chen Long 提交于
* fix code bugs * fix code bugs test=document_fix * fix code bugs test=document_fix
-
- 22 12月, 2020 1 次提交
-
-
由 syyxsxx 提交于
fix api link for the any, all, isfinite
-
- 21 12月, 2020 1 次提交
-
-
由 liym27 提交于
4 APIs: array_length, array_read, array_write, create_array
-
- 17 12月, 2020 2 次提交
-
-
由 chentianyu03 提交于
* add conj op for complex types * add conj for complex types * add more test case * add conj_op test * modify conj api and impl * add complex type for fill_constant_op xpu * add setConstant for complex type * remove complex conj test file * user define grad for test_conj_op * add test case for static mode of conj api * modify conj doc * change input args name to x * remove useless codes * conj support real types * add conj test case for real number
-
由 Chen Weihang 提交于
* add complex real op & api & unittest * add imag op & api & unittest * refactor op impl * revert simplify writing due to complile failed * polish details * polish grad op code
-
- 09 12月, 2020 2 次提交
-
-
由 joejiong 提交于
As the title
-
由 Wei Shengyu 提交于
* remove addcmul * remove unittest and other related code of addcmul * fix bug * fix merge conflict
-
- 07 12月, 2020 1 次提交
-
-
由 chentianyu03 提交于
* rm complexvariable * modify test_var_base unittest * remove duplicated codes
-
- 05 12月, 2020 1 次提交
-
-
由 myq406450149 提交于
* enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop * fix format. test=develop * format fix. test=develop * add lod_rank_table. test=develop * fix format. test=develop * fix doc info. test=develop * fix np error * add unbind dygraph api. test=develop * fix unbind doc.test=develop
-
- 04 12月, 2020 2 次提交
-
-
由 liym27 提交于
-
由 Chen Weihang 提交于
* basic impl of type promote * add comment & another testcase * fix complex bugs & support python op promote type * fix failed unittests & polish code * add unittest for coverage * change to only promote complex type * polish code details * polish several comments
-
- 30 11月, 2020 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 joejiong 提交于
As the title
-
- 27 11月, 2020 4 次提交
-
-
由 lilong12 提交于
update expand as op to use the shape of the target tensor instead of the target tensor itself. (#29020) * update, test=develop
-
由 LutaoChu 提交于
add paddle.subtract, optimize paddle.maximum and paddle.minimum
-
由 徐铭远 提交于
* fix doc example, test=develop, test=document_fix
-
由 pangyoki 提交于
* fix Categorical en doc * fix doc for apis * remove numpy in sample code
-
- 26 11月, 2020 2 次提交