- 21 8月, 2020 10 次提交
-
-
由 Leo Chen 提交于
* add bernoulli op * fix cuda kernel and add unit test * refine doc * fix uniform
-
由 Adam 提交于
* Add mechanism for blocking oneDNN cache clearing * Review changes and Add thread guards
-
由 ShenLiang 提交于
* add error message
-
由 QingshuChen 提交于
* support Baidu AI Accelerator * test=kunlun * minor * test=kunlun * support xpu op in separate file * test=kunlun * update XPU error message and remove duplicated code * test=kunlun * minor * test=kunlun * minor * test=kunlun
-
由 yaoxuefeng 提交于
* mod cvm test=develop * mod code format test=develop
-
由 wangchaochaohu 提交于
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
由 lilong12 提交于
-
由 wangchaochaohu 提交于
-
- 20 8月, 2020 4 次提交
-
-
由 wangchaochaohu 提交于
-
由 hong19860320 提交于
-
由 Zhaolong Xing 提交于
test=develop
-
由 Zhang Ting 提交于
* rename input * add unittest, test=develop * use paddle.data instead of fluid.data, test=develop
-
- 19 8月, 2020 5 次提交
-
-
由 littletomatodonkey 提交于
* add pad func * add pad * test=develop, add pad op and apis * restore pad2d * test=develop, fix paddl declare * fix pad interface * test=develop, fix pad * test=develop, add all pad api and cos_sim * test=develop, remove padding default value * test=develop, rename var to tensor * test=develop, add more tests * test=develop, rename tovar to totensor * test=develop, fix init * test=develop, add more test * test=develop, add more tests
-
由 Chengmo 提交于
* support ps-gpu
-
由 Zhong Hui 提交于
* add zero norm, inf norm support for p_norm op * fix the invalid argument check, fix the dtype problem in test case.
-
由 GaoWei8 提交于
-
由 cc 提交于
* Conv2d_transpose and mul support channnelwise quantization, test=develop * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop * Fix error in test_user_defined_quantization, test=develop * Add depthwise_conv_bn_fuse, test=develop * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
-
- 18 8月, 2020 4 次提交
-
-
由 lilong12 提交于
align expand_as op to expand.
-
由 zhupengyang 提交于
-
由 yaoxuefeng 提交于
-
由 Sylwester Fraczek 提交于
* enable mkldnn layout conversion * review fix: remove tmp_place * fix test mkldnn swish * add UT for PrepareData CPU->MKLDNN * add #ifdef PADDLE_WITH_MKLDNN * Force-push commit Co-authored-by: Ngrygielski <adam.grygielski@gmail.com>
-
- 17 8月, 2020 1 次提交
-
-
由 Jack Zhou 提交于
* add nll loss API, update demo code of the comment
-
- 16 8月, 2020 1 次提交
-
-
由 lilong12 提交于
* adaptive expand op to 2.0 (align to torch.expand) , test=develop
-
- 15 8月, 2020 1 次提交
-
-
由 lilong12 提交于
* add tile_op, test=develop
-
- 14 8月, 2020 5 次提交
-
-
由 Yang Zhang 提交于
test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording tanh -> tan
-
由 Yang Zhang 提交于
test=develop,test=document_fix explain input/out put range and out of boundary behavior
-
- 13 8月, 2020 3 次提交
-
-
由 wawltor 提交于
Update the code for the min,max, test=develop
-
由 Leo Chen 提交于
* add unchaged infershape function * add broadcast infershape function * fix bug * rename infershape functions * add UnaryOpUnchangedInferShapeCheckAxis * add error message * add test for common infer shape functions * dont update existed ops * dont update op_desc.h * add more test * add error check, refine error message
-
由 Leo Chen 提交于
* add auto_cast, test=develop * add loss scaler, test=develop * add comments, test=develop * refine code, test=develop * refine code, test=develop * do not set flags automatically, test=develop * fix custom op bug, test=develop * add more test, test=develop * refine enable logic, test=develop * enable amp test with GPU, test=develop * add unittest * add test for found_inf * follow comments * follow comments * remove global variable, use singleton * add some notes * update comments * update comments * update comments * add use_dynamic_loss_scaling argument * refine found_inf * refine found_inf
-
- 12 8月, 2020 2 次提交
- 10 8月, 2020 4 次提交
-
-
由 lilong12 提交于
* add the support for multi-node training
-
由 LutaoChu 提交于
update cumsum api and fix up the cumsum op
-
由 Adam 提交于
* Add oneDNN relu6 op * Lint fixes
-
由 Zhaolong Xing 提交于
test=develop
-