- 20 4月, 2020 4 次提交
-
-
由 wangguanzhong 提交于
* add clamp api, test=develop
-
由 silingtong123 提交于
* test=develop, add seed arguemnt of randint API
-
由 danleifeng 提交于
-
由 liuwei1031 提交于
-
- 19 4月, 2020 3 次提交
-
-
由 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
-
由 GaoWei8 提交于
* add paddle.tensor test=develop * polish gpu where codes test=develop * polish test code test=develop
-
由 Steffy-zxf 提交于
change the exponet_tensor to exponent_tensor in the pow api
-
- 17 4月, 2020 3 次提交
-
-
由 liuwei1031 提交于
* improve efficiency of dot op in dygraph mode * add comments for dot op for dygraph behavior
-
由 Bai Yifan 提交于
* add addcmul, test=develop
-
由 gfwm0502 提交于
test=develop
-
- 16 4月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* add paddle.std api test=develop * update test=develop * fix example code format test=develop
-
- 14 4月, 2020 4 次提交
-
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 123malin 提交于
-
由 Yibing Liu 提交于
* Add variance computing layer for tensor * Format input data types * Remove unnecessary expand operation * Some fixes in doc
-
由 danleifeng 提交于
add new tensor: max,min,t,eye,log1p; test=develop
-
- 13 4月, 2020 4 次提交
-
-
由 guofei 提交于
* Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * aAdd new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop
-
由 wawltor 提交于
In those ops, some api has execute run error, fix those op, and format some sample code.
-
由 Zhong Hui 提交于
* Add new norm api, support frobenius norm and p-order vector norm. test==develop * combine test files, add more attr checks. test=develop
-
由 GaoWei8 提交于
-
- 12 4月, 2020 3 次提交
-
-
由 wawltor 提交于
Those ops include,scale, sum, sums,unique_with_counts,unique, wherre, add error message and test case
-
由 liuwei1031 提交于
-
由 liuwei1031 提交于
-
- 10 4月, 2020 2 次提交
-
-
由 Zhang Ting 提交于
* add dist op
-
由 littletomatodonkey 提交于
add addmm op
-
- 08 4月, 2020 3 次提交
-
-
由 GaoWei8 提交于
-
由 Pei Yang 提交于
* add full_like op. test=develop * add dygraph support. test=develop * increase coverage. test=develop
-
由 wangchaochaohu 提交于
-
- 07 4月, 2020 3 次提交
-
-
由 silingtong123 提交于
* add randint op
-
由 David Lin 提交于
* rename op paddle.fluid.matmul to paddle.matmul * modify original API fluid.layers.matmul,and add new API paddle.matmul
-
由 Chengmo 提交于
* add index_sample op
-
- 06 4月, 2020 1 次提交
-
-
由 cc 提交于
-
- 05 4月, 2020 5 次提交
-
-
由 wawltor 提交于
* Add the matmul, elementwise_euqal, elementwise_sum ops to API2.0 * Fix the import meesage in common_ops_import * Update the test cast for mm
-
由 wawltor 提交于
* Add the sum op to API 2.0, test=develop * Fix the import meesage in common_ops_import
-
由 Steffy-zxf 提交于
* add new op paddle.tensor.mul(x, y, x_num_col_dims=1, y_num_col_dims=1, out=None, name=None) * add new op paddle.tensor.pow(input, exponent, out=None, name=None) * add the aboved two new ops unittest (test api param out and name)
-
由 WuHaobo 提交于
add tril op and triu op
-
由 wangchaochaohu 提交于
-
- 04 4月, 2020 4 次提交
-
-
由 LutaoChu 提交于
* add new op paddle.tensor.div(x, y, out=None, name=None) * add gpu and dygraph unittests. * Performance optimization: scale op is not called when alpha=1. * op error message optimization.
-
由 wawltor 提交于
* Add the argmax op to API 2.0, test=develop * Fix the compiler problem in arg_max op, test=develop * Fix the import meesage in common_ops_import, test=develop * Fix the default dtype of arg_min_max, test=develop
-
由 mamingjie-China 提交于
* add a new op paddle.tensor.sort(), test=develop * add a new op paddle.sort(), test=develop
-
由 wawltor 提交于
Update the new api ops of creation ops to the api 2.0
-