- 06 1月, 2021 5 次提交
-
-
由 liym27 提交于
1. when slice_item is a slice: 1) the start of __getitem__ should be std::max(start, 0) if slice 2) the start of __getitem__ should be std::min(end, dim) 2. when slice_item is an integer, it should be in [-dim_len, dim_len) 3. Fix error message to use accurate data
-
由 gongweibao 提交于
-
由 ceci3 提交于
-
由 ceci3 提交于
* add attribute for batch_norm
-
由 Jiaqi Liu 提交于
* fix beam search bug * add dygraph unittest * update dynamic_decode argument doc * add warning info for state which has no lengths attribute
-
- 05 1月, 2021 13 次提交
-
-
由 WeiXin 提交于
* Support storage of large parameters * Reduce the complexity of the unittest * Reduce the complexity of the unittest,commented out unittest for * add unittest for static.save/load * Increase the timeout threshold of 'test_static_save_load' * Increase the timeout threshold of 'test_static_save_load' * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load' * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load'
-
由 chentianyu03 提交于
-
由 chentianyu03 提交于
* add trace op_register_version and fix defaulf bug; test=op_version * add trace op_register_version; test=op_version * add trace op_register_version; test=op_version * add trace op_register_version; test=op_version * fix missing the template bug of vector; test=op_version
-
由 cc 提交于
* fix the formate of raising error in randperm op
-
由 WangXi 提交于
-
由 wanghuancoder 提交于
-
由 liuyuhui 提交于
-
由 Thunderbrook 提交于
* add topo aware * resource.h * topo aware * format
-
由 hong 提交于
* support dygraph in xpu place; test=develop * fix cpu/gpu compile error; test=develop * fix compile error; test=develop * fix xpu compile error; testd=develop
-
由 gongweibao 提交于
-
由 wangchaochaohu 提交于
-
由 cc 提交于
* Avoid the scale to be infinity in quant2_int8_mkldnn_pass, test=develop * support quantized model for paddle2.0 dygraph, test=develop
-
由 Chen Weihang 提交于
* set flags_selectedd_gpus for spawn * add cond for unittest * Delete test_no_single_process_using_multi_gpus_in_spawn.py * Update spawn.py * Update nccl_context.cc
-
- 04 1月, 2021 12 次提交
-
-
由 WangXi 提交于
-
由 myq406450149 提交于
* p_norm fix op version info. test=develop
-
由 tangwei12 提交于
* for inference checkpoint Change-Id: I36c979240ffa55bf1ef0c9315402960762af6be4 * for inference checkpoint Change-Id: I82025365d5b792cbea1ead506df685aecc8ac198
-
由 tangwei12 提交于
* memory holder optimize Change-Id: Ic91af8ac6f2853336d28a9fbbc5e8d0c57b5d05e * memory holder optimize Change-Id: I2fd1c14ecc17f5d5ce88b87890381ea801e6367f * fix large scale memory holder Change-Id: Ief0992b02b00220e16c72cc637a56e7b5788140f * fix large scale memory holder Change-Id: I910142a3952ead643a5604f8f80955f3e6efe655
-
由 Shang Zhizhou 提交于
* fix op version checker of pass bug * fix code style * update pass version
-
由 cc 提交于
* zero_copy_tensor supports int8_t
-
由 whs 提交于
-
由 xiaoting 提交于
* add alias for upsample, test=develop * add alias for upsample * fix example
-
由 ceci3 提交于
* register instance norm, test=op_version
-
由 channings 提交于
Co-authored-by: Nzhoushunjie <zhoushunjie@baidu.com>
-
由 Wilber 提交于
-
由 GaoWei8 提交于
-
- 31 12月, 2020 10 次提交
-
-
由 yinhaofeng 提交于
* Register op version for linspace,test=op_version * Register op version for linspace,test=op_version * Register op version for linspace,test=op_version * Register op version for linspace,test=op_version * Register op version for linspace,test=op_version
-
由 lilong12 提交于
-
由 123malin 提交于
* test=develop, add op_register_version for roll_op
-
由 chentianyu03 提交于
* dot op support complex types * matmul support complex types * add test case * matmul broadcast gradient support complex * move conjFunctor to complex_functor.h
-
由 lilong12 提交于
* update, test=develop
-
由 ShenLiang 提交于
-
由 Leo Chen 提交于
-
由 ShenLiang 提交于
* fix rank_attention, test=op_version
-
由 lilong12 提交于
* add distributed.split, test=develop
-
由 Adam Osewski 提交于
* Add operator checkpoints for new attributes. * Fix adding subsequent checkpoint to quantize op.
-