- 23 9月, 2019 1 次提交
-
-
由 wopeizl 提交于
* optimize the error information when the input for while op has a wrong shape test=develop
-
- 15 8月, 2019 2 次提交
-
-
由 zhaoyuchen2018 提交于
* Fix recurrent op fails For the variable used in outter block, copy sub block's grad variable to outter block test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Fix unicode error test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine test code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Fix seq2seq case fails test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * remove unreasonable code. test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code according to comment test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 liym27 提交于
* change the default value of summarize from -1 to 20 in Print op to improve ease of use, test=develop * change the doc of API Print to make the document easier to understand, test=develop
-
- 01 7月, 2019 1 次提交
-
-
由 xsrobin 提交于
-
- 25 6月, 2019 1 次提交
-
-
由 Hongyu Liu 提交于
* sequnce mask support max length tensor input; test=develop * add rnn_impl.py; test=develop * add basic gru lstm unittest; test=develop * fix api spec; test=develop * fix sequence_mask op bug; test=develop test=document_preview * change +-*x to elmentwise_op; test=develop * add mkl flag; test=develop * fix rnn impl bug; test=develop * update api spec; test=develop * fix doc bug; test=develop * fix lstm bugs; test=develop
-
- 21 6月, 2019 1 次提交
-
-
由 zhaoyuchen2018 提交于
refine StaticRNN api doc test=develop test=document_preview
-
- 19 6月, 2019 1 次提交
-
-
由 zhoukunsheng 提交于
Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag (#18167) * test=develop fix greater_than, greater_equal, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag doc example * test=develop fix API.spec conflict
-
- 15 6月, 2019 1 次提交
-
-
由 chengduo 提交于
* fix code bug test=develop
-
- 30 5月, 2019 2 次提交
-
-
由 hong19860320 提交于
* fix API examples of assign, reverse and array_write test=develop * update API.spec test=develop * update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros * update API.spec for assign, reverse and array_write, etc.(#17287) * test=develop
-
由 wangchaochaohu 提交于
* API.spec test=develop * update * update test=develop * update test=develop * update * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * test=develop * update * update test=develop * update test=develop
-
- 29 5月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* fix: 1. infernce multi card occupy 2. facebox model inference occupy too much test=develop * refine python api comments: shuffle, while, scale, sampled_softmax_with_cross_entropy, scatter, round, sin, sqrt, shape, split, soft_relu, slice, selu, ifelse, switch. test=develodp * fix conflict error. test=develop
-
- 28 5月, 2019 1 次提交
-
-
由 石晓伟 提交于
* update python APIs test=document_preview test=develop * update API.spec test=document_preview test=develop * update merge_selected_rows * update API.spec test=document_preview test=develop * update API.spec test=document_preview test=develop * fix the comment of less_than test=develop test=document_preview * update API.spec test=develop test=document_preview * update API.spec test=develop test=document_preview * update API.spec test=develop test=document_preview * update API.spec test=develop * update API test=develop
-
- 24 5月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* fix unique_name growth bug in dygraph mode,test=develop * change generate_tmp to generate_with_ignorable_key,test=develop
-
- 23 5月, 2019 1 次提交
-
-
由 lijianshe02 提交于
* fix api doc according to the reviewer's comment test=develop
-
- 22 5月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Fix examples of fluid.layers.sums. test=document_preview * Correct the example of DynamicRNN and its functions. test=develop * Add 'import paddle.fluid as fluid' to examples. test=develop * Update API.spec. test=develop * Add space lines. test=develop * Update the API.spec. test=develop
-
- 21 5月, 2019 1 次提交
-
-
由 zhaoyuchen2018 提交于
* Add api doc code examples add or fix topk, squeeze, stack, StaticRNN, StaticRNN memory in doc test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Add squeeze md5. test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Add import package test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
- 16 4月, 2019 2 次提交
-
-
由 zhoukunsheng 提交于
* test=develop update API.spec with hash, resolve conflict * remove unused parameter
-
由 wopeizl 提交于
-
- 12 4月, 2019 1 次提交
-
-
由 chengduo 提交于
* enable recurrent op test=develop
-
- 20 3月, 2019 1 次提交
-
-
由 Wu Yi 提交于
* wip allreduce in op * wip * wip * wip * wip adding test * wip for conflict with mp mode * fix tests test=develop * fix cpu build test=develop * fix travis clang format test=develop * fix cpu build test=develop * update api.spec test=develop * delete comment test=develop * fix cpplint test=develop * fix test=develop * follow comment test=develop * add file test=develop * fix build test=develop * update test=develop * to be compatible with sync_bn, and fix mp mode in develop test=develop
-
- 19 3月, 2019 1 次提交
-
-
由 whs 提交于
* Make step_input support custom lod level. test=develop * Fix API.spec test=develop * Fix API.spec. test=develop * Fix API.spec test=develop * Add default value in document of step_input. test=develop * Fix document. test=develop * Fix API.spec test=develop
-
- 06 3月, 2019 2 次提交
-
-
由 wopeizl 提交于
* remove the ignored from is_empty and less_than test=develop * fix api spec test=develop * fix the api spec test=develop * test=develop
-
由 wopeizl 提交于
* remove the ignored from is_empty and less_than test=develop * fix api spec test=develop * fix the api spec test=develop * test=develop
-
- 04 3月, 2019 1 次提交
-
-
由 zhaoyuchen 提交于
test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
- 19 2月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Correct the comment in control_flow.py. * Correct the argument list of ops. test=develop * Update API.spec. test=develop * Skip op_callstack attr for all op apis. test=develop * Remove use_mkldnn and is_test from python api. test=develop * Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string. test=develop
-
- 12 2月, 2019 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 11 2月, 2019 1 次提交
-
-
由 sneaxiy 提交于
-
- 27 12月, 2018 1 次提交
-
-
由 haowang101779990 提交于
test=develop
-
- 13 12月, 2018 2 次提交
- 10 12月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 23 11月, 2018 1 次提交
-
-
由 sneaxiy 提交于
-
- 02 11月, 2018 1 次提交
-
-
由 chengduo 提交于
* remove unnecessary var_and_op test=develop * fix _init_zero_idx_ test=develop
-
- 22 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
avoid the default one that usually overwrites manually set ones test=develop
-
- 16 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 15 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 08 10月, 2018 1 次提交
-
-
由 chengduoZH 提交于
test=develop
-
- 25 9月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 18 9月, 2018 2 次提交
-
-
由 Wu Yi 提交于
* hide program APIs * fix merge error * update
-
由 qingqing01 提交于
-