- 14 7月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
According to paddle 2.0 standard. 1, chang api to def meshgrid(*args, **kwargs) we hide name argument in **kwargs. 2, add relate ut. 3, change example code to imperative mode
-
- 12 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 09 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 28 5月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 15 5月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* add alias in paddle.nn and paddle.tensor test=develop * add alias in paddle.nn and paddle.tensor dir test=develop * fix same conflict manually test=develop * update fc and dygraph alias test=develop * fix initalizer.py typo test=develop
-
- 14 5月, 2020 1 次提交
-
-
由 swtkiwi 提交于
-
- 27 4月, 2020 1 次提交
-
-
由 Li Fuchen 提交于
* add trace op, test=develop * Optimized the implementation of trace op, test=develop * fix a bug of include in trace_op.h, test=develop * move trace API from creation to math, test=develop * modified en doc. test=develop * add complex trace api * add complex sum api, test=develop * modified en doc of complex sum and trace, test=develop * modified doc and trace API, test=develop * modified en doc of trace and sum, test=develop * modified comment in complex kron API, test=develop * OP Should Not Have Unused Input, test=develop * add GetExpectedKernelType, test=develop
-
- 26 4月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* define fluid alias in paddle.tensor and paddle.nn dir test=develop * from layer import loss in paddle.nn dir test=develop
-
- 24 4月, 2020 2 次提交
- 20 4月, 2020 1 次提交
-
-
由 danleifeng 提交于
-
- 19 4月, 2020 1 次提交
-
-
由 Qinghe JING 提交于
* add gradient check to reduce ops * add skip gradient check to reduce ops test=develop * modify stack api test=develop * add bmm op and move serval ops from fluid.layers to tensor test=develop
-
- 14 4月, 2020 2 次提交
-
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 danleifeng 提交于
add new tensor: max,min,t,eye,log1p; test=develop
-
- 13 4月, 2020 1 次提交
-
-
由 wawltor 提交于
In those ops, some api has execute run error, fix those op, and format some sample code.
-
- 08 4月, 2020 2 次提交
-
-
由 Pei Yang 提交于
* add full_like op. test=develop * add dygraph support. test=develop * increase coverage. test=develop
-
由 wangchaochaohu 提交于
-
- 05 4月, 2020 2 次提交
-
-
由 WuHaobo 提交于
add tril op and triu op
-
由 wangchaochaohu 提交于
-
- 04 4月, 2020 1 次提交
-
-
由 wawltor 提交于
Update the new api ops of creation ops to the api 2.0
-
- 03 4月, 2020 1 次提交
-
-
由 channings 提交于
* update linspace, equal operators to API 2.0, test=develop * equal support higher performance CUDA kernel, test=develop * update comment of equal&linspace operator, test=develop * update comment of equal&linspace operator, test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-