- 08 7月, 2019 2 次提交
-
-
由 guru4elephant 提交于
* add random port
-
由 Tao Luo 提交于
* add mkldnn shapeblob cache clear strategy test=develop * refine with comments test=develop * make cache clear strategy more safey test=develop * add lock for GetShapeBlobSize test=develop
-
- 07 7月, 2019 1 次提交
-
-
由 chengduo 提交于
test=develop
-
- 05 7月, 2019 5 次提交
-
-
由 zhaoyuchen2018 提交于
* Fix topk cannot handle 1D vector bug Add path to handle 1D vector test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 石晓伟 提交于
* remove the obsolete cmake options, test=develop * remove unittests, test=develop * delete options in paddle/scripts/paddle_build.sh
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, hide no_support api and add ut for it
-
由 LielinJiang 提交于
* add_distributions_of_normal_and_uniform * paddle/fluid/API.spec * modify API.spec * modified paddle/fluid/API.spec, test=develop * modify paddle/fluid/API.spec, test=develop * modify paddle/fluid/API.spec, test=develop * fix some comment, test=develop * modify API.spec, test=develop * add comment for init function, modify hard code, test=develop * modify API.spec, test=develop * modify API.spec, test=develop * make unit test function shorter, test=develop * modify paddle/fluid/API.spec
-
由 bingyanghuang 提交于
-
- 04 7月, 2019 5 次提交
-
-
由 tensor-tang 提交于
remove pycpuinfo deps in core
-
由 qingqing01 提交于
* Refine Infershape in activation_op for double_grad.
-
由 qingqing01 提交于
* make it support float/int learning as input.
-
由 chengduo 提交于
-
由 chengduo 提交于
* enhance execution error info test=develop
-
- 03 7月, 2019 13 次提交
-
-
由 石晓伟 提交于
* remove the obsolete cmake options, test=develop * remove unittests, test=develop
-
由 pkpk 提交于
test=develop
-
由 Jiabin Yang 提交于
-
由 Tao Luo 提交于
test=develop
-
由 Tao Luo 提交于
test=develop
-
由 zhoukunsheng 提交于
-
由 adaxi123 提交于
* Adding communication part in readme, test=develop * modify_readme_contents,test=develop * Update README_cn.md
-
由 zhoukunsheng 提交于
* test=develop support Tensor input for chunk_eval op * test=develop fix testcase for chunk_eval op * test=develop fix typos in nn.py
-
由 zhoukunsheng 提交于
-
由 zhoukunsheng 提交于
-
由 zhoukunsheng 提交于
-
由 zhoukunsheng 提交于
-
由 hutuxian 提交于
move the thread-check code from train_from_dataset to a single function add UT for the thread check function
-
- 02 7月, 2019 8 次提交
-
-
由 Leo Zhao 提交于
* rename mkldnn set/get_cur_thread_id() to set/get_cur_mkldnn_session_id() test=develop * update session id definition and adjust logic for default behavior test=develop * reset logic in mkldnn reuse as most of cases work in default. test=develop
-
由 Zeng Jinle 提交于
-
由 Kaipeng Deng 提交于
-
由 Tao Luo 提交于
test=develop
-
由 Yi Liu 提交于
1. Since allreduce op has 4 reduce types, We split these four reduce types into four ops 2. We also refined the collective op code, e.g. we separated the collective op kernel into CPUKernel and CUDAKernel, and remove the device specified DeviceContext parameter in template as we already knew the target DeviceContext 3. We remove the newly added Collective op role to reduce the complexity of program and graph analysis
-
由 tianshuo78520a 提交于
* fix the api.spec file does not get the class comment problem * cat new.spec * check api.spec * test=develop
-
由 guru4elephant 提交于
make fleet support mpi job submit directly.
-
由 chengduo 提交于
* add not_been_used_vars to no_grad_set test=develop
-
- 01 7月, 2019 6 次提交
-
-
由 LielinJiang 提交于
* modify roi_perspective_transform_op to output mask and transform matrix * modify comment * modify comment * modify API.spec * update API.spec * remove no use header, test=develop * resolve conflict
-
由 XiaoguangHu 提交于
update README_cn.md with latest version
-
由 XiaoguangHu 提交于
update README.md with latest release & install version
-
由 tensor-tang 提交于
* fix mac ci random fail * use platform instead
-
由 Michał Gallus 提交于
* Int8: Fix Pooling output scale test=develop * Update scales quantization for certain operators These include: concat, transpose, pool and reshape. test=develop * Move concat minimum scale finding to quantizer test=develop
-
由 Brian Liu 提交于
* Fix bug in quantize kernel which cause crash in vgg16/19 model test=develop * refine the code to reduce verbose code; test=develop * remove useless code; test=develop
-