- 13 4月, 2020 2 次提交
-
-
由 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
-
由 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
-
- 12 4月, 2020 2 次提交
-
-
由 liuwei1031 提交于
-
由 liuwei1031 提交于
-
- 10 4月, 2020 2 次提交
-
-
由 Zhang Ting 提交于
* add dist op
-
由 littletomatodonkey 提交于
add addmm op
-
- 08 4月, 2020 2 次提交
- 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 4 次提交
-
-
由 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
-
- 04 4月, 2020 6 次提交
-
-
由 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
-
由 Zhen Wang 提交于
* Add allclose Op, and its function is analogous to numpy.allclose. It returns True if two tensors are elementwise equal within a tolerance.
-
由 kinghuin 提交于
* sin sqrt tanh atan add out, test=develop * optimize doc, test=develop * add dygraph test, test=develop
-
由 Wilber 提交于
* add flip op
-
- 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 2 次提交
-
-
由 XiaoguangHu 提交于
-
由 wangchaochaohu 提交于
-
- 30 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* define alias in paddle dir and paddle.nn dir test=develop * define alias in paddle.nn.functional dir test=develop * define alias in paddle.tensor.__init__.py test=develop
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-
- 17 9月, 2018 1 次提交
-
-
由 yuyang 提交于
-
- 03 9月, 2018 1 次提交
-
-
由 chengduo 提交于
* fix high level API(Inference) bug * patch the unit tests
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 18 6月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 09 6月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* Use for_test=True in the Fluid Trainer to clone the test program * fix typo * Should do the samething to the inferencer
-
- 24 5月, 2018 1 次提交
-
-
由 daminglu 提交于
-
- 18 5月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 17 5月, 2018 2 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 16 5月, 2018 1 次提交
-
-
由 daminglu 提交于
-
- 12 5月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* add Inference.infer * optimize code * update no_test_word2vec_new_api.py * update trainer * split check_and_get_place * use inference_program to save inference model in Trainer * update demo * update save_inference_model * clean code
-
- 05 5月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* Load/save the params from the params_path * Switch to use load_persistables and save_persistables * Instaed of setup the executor to run program and scope. Pass the program to the load_persistables
-