Commit Graph

19 Commits (790d597693dd83d07033c5abc7b16a85600dc976)

Author SHA1 Message Date
ShenLiang 5bd84b22c4
revert divide (#27202)
5 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
5 years ago
WangXi 45711dade7
【API】rename div to divide, add floor_divide, remainder (#26434)
5 years ago
WuHaobo 12bed4a931
remove all op with out args (#25570)
5 years ago
wawltor 9a2c1aedcc
Fix the elementwise_div op broadcast failed in some shape
5 years ago
LutaoChu 4c675a450f
Add 2 new ops: paddle.tensor.div() and paddle.tensor.add() to API2.0(#23352)
5 years ago
wawltor 2b8640962a
Fix the big shape and precision op test, remove those from the white list (#22788)
5 years ago
juncaipeng 5bb9deb335 Update the precision of some op tests from fp32 to fp64 (#21774)
5 years ago
Zhang Ting 548efcd2e4
Fix unit tests to avoid check_grad checking failures (#21554)
5 years ago
danleifeng 0e7baabe59 extend elementwise broadcast function (#20957)
5 years ago
danleifeng 79e08ecebf add assertions on whether elementwise_div divison is zero (#20618)
6 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
6 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
6 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
6 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago