- 31 1月, 2023 36 次提交
-
-
由 姜永久 提交于
* update elementwise ops tests * add more ops * modify sum&split * lint * rm check_dygraph * revert pow * modify add for cpu test * revert reshape * modify min
-
由 姜永久 提交于
* more ops * revert some ops * reset some ops
-
由 wangshengxiang 提交于
-
由 wenbin 提交于
* disable integer * disable integer * add cast layer
-
由 niuliling123 提交于
-
由 Zhang Jun 提交于
-
由 PuQing 提交于
* add FP16 dtype for CastNumpy2Scalar * fix throw message * add test * fix SyntaxWarning * test skip for float16 * fix dtype mistakes
-
由 张春乔 提交于
* fix div 0 error of NoamDecay * add unittest * Update lr.py
-
由 ronnywang 提交于
* [CustomDevice] add custom device api * update * update * test=document_fix * update * update * add examples
-
由 jameszhang 提交于
* [KUNLUN] rename test_pool_max_op.py * update xpu toolchain
-
由 HongyuJia 提交于
-
由 RedContritio 提交于
* fix incorrect output shape of broadcast * add unittest
-
由 zhangbo9674 提交于
-
由 张春乔 提交于
* fix mod 0 error * fix div 0 error in floormod
-
由 zqw_1997 提交于
* remove fluid.ir.RegisterPassHelper PassDesc and RegisterPass * proto import problems * change import way of pass_desc_pb2 * change sys.path * change the way of import framwork_pb2 * add fluid_path directory from path.dirname * fluid_path changed
-
由 wangxiaoning 提交于
-
由 201716010711 提交于
-
由 xiaoting 提交于
* support 0d tensor for interpolate * support 0d tensor for interpolate * add xpu unittest for interp * update unittest for interpolate * fix coverage * fix code style * fix for coverage * fix coverage
-
由 Leo Guo 提交于
-
由 LoneRanger 提交于
-
由 张春乔 提交于
-
由 张正海 提交于
* add channel_num check for paddle.static.nn.batch_norm * fix bugs * fix bugs
-
由 张春乔 提交于
-
由 张春乔 提交于
-
由 RedContritio 提交于
* add dimension check for interpolate * modify dimension check for interpolate * add unittest to size check for interpolate * fix incorrect shape check for interpolate * split size check and add unittests
-
由 RedContritio 提交于
* add axis check in UniqueRawInferMeta * add unittest for negative axis * simplify check for unique
-
由 RedContritio 提交于
* add elements count check in atan2 * add unittest and pre-check in inferMeta * add dimension check
-
由 张春乔 提交于
* fix the div 0 errors in psroi_pool * fix case 7 * rool back sth.
-
由 张春乔 提交于
* add zero size check in matrix_power_kernel_impl.h * add zero size check in matrix_power_kernel_impl.h * add zero size check in unittest * bug_fix * bug_fix * bug_fix * bug_fix * bug_fix * bug fix * bug_fix * bug_fix * add static check * delete the dy codes
-
由 RedContritio 提交于
* support negative index in repeat_interleave * add unittest
-
由 张春乔 提交于
-
由 张春乔 提交于
* change int -> int64 * Update python/paddle/fluid/tests/unittests/ir/inference/test_trt_convert_one_hot.py
-
由 mjxs 提交于
-
由 LiYuRio 提交于
-
由 姜永久 提交于
* update erf gumbel_softmax ..ops * lint * reset sequence_conv * reset exponetial&interp nearest
-
由 姜永久 提交于
* rm flags_retain grad in pybind * retain grads for xpu test * set retain grad for xpu * rm flag * lint --------- Co-authored-by: Nwanghuancoder <wanghuan29@baidu.com>
-
- 30 1月, 2023 4 次提交
-
-
由 RedContritio 提交于
* add dim check for spectral_norm * add unittest out of range for spectral_norm * use ValueError when dim out of range for spectral_norm * update dim limit and add unittest for spectral_norm
-
由 RedContritio 提交于
* add pivots type check and fix batchsize error * add unittest for batchsize = 0 * fix nullptr in lu_unpack fix batchsize error in LU_Unpack add nullptr check in OneFunctor * remove exception in device code
-
由 张春乔 提交于
-
由 Ryan 提交于
* add unstack axis check * IndexErr -> ValueError * add static select
-