- 07 9月, 2022 2 次提交
-
-
由 xiongkun 提交于
* add compile-time infermeta logic for stack infermeta. * add unittest for stack infermeta where -1 exists in shapes. * remove backward changes.
-
由 zhangkaihuo 提交于
-
- 06 9月, 2022 15 次提交
-
-
由 YuanRisheng 提交于
* add tensor array * fix ci bugs * fix ci bugs * fix ci bugs * fix ci bugs * update by comment * update code
-
由 Ruibiao Chen 提交于
-
由 Charles-hit 提交于
-
由 Ruibiao Chen 提交于
* Enable startup program for standalone executor * Disable test_py_reader_using_executor * Fix test_parallel_executor_mnist * Fix CI errors * Fix CI errors
-
由 Yuang Liu 提交于
-
由 Weilong Wu 提交于
[Eager, Performance optimization] reduce_all interface move reduce_all flag from python to C++ (#45744) * [Eager, Performance optimization] move reduce_all flag from python to c++ * polish reduce_all * fix ci error * fix errors
-
由 niuliling123 提交于
-
由 Weilong Wu 提交于
* [Eager, Performance optimization] reduce_max / min polish * polish reduce_max / min * update min/max kernel reduce_all logic * fix a mistake * fix ci errors * fix errors
-
由 xiaohemaikoo 提交于
-
由 Yuang Liu 提交于
-
由 Nyakku Shigure 提交于
-
由 LielinJiang 提交于
* add silu converter
-
由 Aurelius84 提交于
* [Dy2Stat]Filter UserWarings while @to_static * only filter DeprecationWarning * fix unittest
-
由 Chen Weihang 提交于
-
由 Wen Sun 提交于
-
- 05 9月, 2022 17 次提交
-
-
由 yeliang2258 提交于
* support onnx format quantized model * update code * add test * add test * fix * fix test * fix cmake * update code * change scale file path to calibration file path * update code * update code * fix build bug * fix build bugs * fix * fix
-
由 Wei Shengyu 提交于
* fix doc of max_pool_2d * dbg * fix format
-
由 sneaxiy 提交于
-
由 Aurelius84 提交于
-
由 handiz 提交于
* fix bug in PostTrainingProgram for certain cases
-
由 wanghuancoder 提交于
* fix scale bug
-
由 ronnywang 提交于
* [CustomDevice] unittests tracking the fixed version plugin * update
-
由 Weilong Wu 提交于
-
由 Weilong Wu 提交于
* [Eager] fix pool2d interface under eager mode * add use_gpudnn for pool2d * fix pool2d yaml conflicts * fix pool2d yaml
-
由 HongyuJia 提交于
* migrate memcpy to phi * fix typo error * fix typo error * fix bug and testcase * fix typo, uniform_random_kernel.cc header * fix Alloc pinned bug * change GPUContext::GetPinnedPlace * add GetPinnedPlace function * add GetPinnedPlace function * restore default throw error * fix Unimplemented error * skip StandaloneExecutor testcase * delete memcpy_sig
-
由 Weilong Wu 提交于
* [Eager, Performance optimization] fix pool3d under eager mode * polish code
-
由 niuliling123 提交于
-
由 Roc 提交于
-
由 zhaoyingli 提交于
* dist_matmul trans * update unittest * update cmakelist
-
由 Weilong Wu 提交于
* [Eager] Cast,uniform_random,assign_value use final state * fix mistake * fix mistake * fix CI errors * add dygraph test for unform * add fp16 test case for bilinear_initializer
-
由 Weilong Wu 提交于
-
由 Aurelius84 提交于
* [OpAttr]ksize of pool2d support Tensor type * fix unittest * add unittest
-
- 03 9月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [ONXX]Remove cond_var from Input(X) in while_loop op * fix unittest
-
- 02 9月, 2022 5 次提交
-
-
由 Weilong Wu 提交于
-
由 feng_shuai 提交于
* vit_384_opt * just support trt8 * padding + unpadding * fix:unit test * refactor:padding * fix: change the position of round_up * refactor: delete workspace
-
由 Xingyuan Zhang 提交于
-
由 Ruibiao Chen 提交于
-
由 xiongkun 提交于
* 1. make list transformer into jit form. 2. fix some bugs in tensor_array, such as append. 3. enhance the function analysis visitor to recognize push/pop. 4. add setter/getter helper to deal with 2+ name sets. * fix ci errors: 1. add to_tensor_array logic in convert_cond 2. fix IfExpr error. 3. fix erros while return_names or push_pop_names is None 4. fix slice error in a[i]=1 where a is tensor_array 5. add pop interface in Variable
-