Commit Graph

21 Commits (e657d7062d2c6f5470a505696bbff507839f6e84)

Author SHA1 Message Date
wawltor 2de5075a6d
Fix the elementwise ops in broadcast in the process of backward (#24319)
5 years ago
LutaoChu 4c675a450f
Add 2 new ops: paddle.tensor.div() and paddle.tensor.add() to API2.0(#23352)
5 years ago
Wojciech Uss 92462e948d improve elementwise_add_mkldnn_op test code coverage (#22359)
5 years ago
zhupengyang cf0e264e63 all cases use large shape and skip special cases (#22332)
5 years ago
juncaipeng 5bb9deb335 Update the precision of some op tests from fp32 to fp64 (#21774)
5 years ago
GaoWei8 eab124ba98 fix accuracy parameters of op tests (#21813)
5 years ago
Zhang Ting 548efcd2e4
Fix unit tests to avoid check_grad checking failures (#21554)
6 years ago
Zhang Ting 3df13ab40c
fix PythonAPI test in Op unittest, test=develop (#21455)
6 years ago
zhongpu c4ede95c74 open dygraph op test, test=develop (#19787)
6 years ago
danleifeng 0e7baabe59 extend elementwise broadcast function (#20957)
6 years ago
danleifeng 3a0f93b3f9 fix error message for elementwise_add/mul (#20283)
6 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
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
Tomasz Patejko e26f51ce74 MKLDNN elementwis_add with default broadcast operations (#11544)
7 years ago
fengjiayi e819f1b3a5 Add unittests to check channelwise add
7 years ago
Kexin Zhao 3da094fd7b rearrange test
7 years ago
Kexin Zhao 4bf168b274 add fp16 kernel for elementwise add
7 years ago
xuwei06 e9b8ebf42c Correctly handling variable with batch dimension for math ops.
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago