- 21 12月, 2022 11 次提交
-
-
由 zyfncg 提交于
* refactor conv_activation_mkldnn_fuse_pass * refactor conv_affine_channel_mkldnn_fuse_pass * fix conv_activation_mkldnn_fuse_pass * fix mkldnn unittest * refactor int8_scale_calculation_mkldnn_pass and params_quantization_mkldnn_pass * refactor conv_elementwise_add_mkldnn_fuse_pass * fix quant * refactor conv_bn_fuse_pass * fix conv_bn_fuse_pass * refactor depthwise_conv_bn_fuse_pass * fix unittest * fix conv_bn_fuse_pass * remove redundant conv2d in params_quantization_mkldnn_pass * fix params_quantization_mkldnn_pass_tester
-
由 wangxiaoning 提交于
* add index sample fp16 support * remove fluid APIs in distributed_strategy.py and role_maker.py * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py" This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264. * remove fluid APIs in distributed_strategy.py and role_maker.py * remove index sample op changes * remove fluid APIs under fleet.base * remove fluid APIs under fleet.layers.mpu * remove fluid APIs under fleet.meta_optimizers * fix fluid error * fix util_factory.py * reset fluid.io.load_inference_model API * remove dygraph.parallel.prepare_context * remove fluid.dygraph.StaticModelRunner API * remove split_lod_tensor merge_lod_tensor * remove unittests
-
由 姜永久 提交于
* rm unittests eager guard tests part7 faster2conv3d * minor change * rm post_hook test
-
由 姜永久 提交于
* rm unittests eager guard test part8 gaussian2gumnel * rm * modify * fix * fix GroupNorm param
-
由 姜永久 提交于
-
由 姜永久 提交于
* rm unittests eager guard tests part19 rnn2sparse_model * fix conflix * fix set value
-
由 姜永久 提交于
-
由 zlsh80826 提交于
-
由 HongyuJia 提交于
-
由 Wen Sun 提交于
Replace `assert np.close` with `np.testing.assert_allclose` in collective communication unittests (#49195) * refactor: replace `assert` with `assert_allclose` * chore: add coverage conf * revert: remove incorrect coverage conf
-
由 Aganlengzi 提交于
-
- 20 12月, 2022 21 次提交
-
-
由 HappyHeavyRain 提交于
* generate static graph code of some ops * change the default value of 'num' of 'unstack' * revert the pow * fix the 'real' 'imag' op error because of 'complex' * fix the code according to review
-
由 JingZhuangzhuang 提交于
-
由 wuhuachaocoding 提交于
-
由 xiaoxiaohehe001 提交于
-
由 wuhuachaocoding 提交于
-
由 haosicheng 提交于
-
由 yeliang2258 提交于
* fix onednn squeeze bug * add test * update kernel
-
由 HongyuJia 提交于
-
由 姜永久 提交于
* remove unittests eager guard tests part2 * rm bicubic eager guard tests * review * fix * fix dtype bug in bce_loss_with_logits
-
由 姜永久 提交于
* rm eager guard tests part3_2 * modify
-
由 wenbin 提交于
* gn nhwc8 * remove error
-
由 Zhibao Li 提交于
* fix api docs format problems 121-131 * fix English docs #49042 * resolve conflict; test=document_fix Co-authored-by: Ligoml <limengliu@tiaozhan.com>
-
由 wanghuancoder 提交于
* delete FLAGS_enable_eager_mode
-
由 Ryan 提交于
-
由 Nyakku Shigure 提交于
-
由 Yulong Ao 提交于
-
由 xiaoxiaohehe001 提交于
-
由 huangjiyi 提交于
* move dropout_impl from fluid to phi * move cuda_graph_with_memory_pool from fluid to phi * update namespace * remove cuad_graph in fluid * fix mac-build * fix bugs * correct CodeStyle * fix mac-build * fix mutable_data * fix stl include * fix copy param
-
由 Ryan 提交于
-
由 sneaxiy 提交于
-
- 19 12月, 2022 8 次提交
-
-
由 huangjiyi 提交于
* move gather_scatter_kernel from fluid to phi * mv gather_scatter_kernel to gather_scatter_functor
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 Vvsmile 提交于
* solve conflicts of remove_lod_reset and latest develop version * add lod_reset to the no_grad_set_white_list.py
-
由 hjyp 提交于
* 移除 declarative 接口 * 修改 CI报错,清理注释
-
由 zqw_1997 提交于
* remove fluid.mul * remove mul in __all__
-
由 姜永久 提交于
* rm unittest eager guard part1 * review * reset spwan runner base * reset op_test * rm test_type_core
-
由 姜永久 提交于
* rm imperative op eager guard tests * modify varbase patch eager guard doc
-