- 13 4月, 2020 1 次提交
-
-
由 wawltor 提交于
In those ops, some api has execute run error, fix those op, and format some sample code.
-
- 12 4月, 2020 2 次提交
-
-
由 wawltor 提交于
Those ops include,scale, sum, sums,unique_with_counts,unique, wherre, add error message and test case
-
由 liuwei1031 提交于
-
- 10 4月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
add addmm op
-
- 05 4月, 2020 3 次提交
-
-
由 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)
-
- 04 4月, 2020 2 次提交
-
-
由 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.
-
由 kinghuin 提交于
* sin sqrt tanh atan add out, test=develop * optimize doc, test=develop * add dygraph test, test=develop
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-