Commit Graph

14 Commits (develop)

Author SHA1 Message Date
Leo Chen 116305ea4b
Improve performance of elementwise_add grad op (#29187)
5 years ago
Chen Weihang 4086f48ea1
Check and fix tensor and scalar type promotion (#28299)
5 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
6 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
6 years ago
Leo Chen a25418b32c
Set dtype of compare op's output to bool (#21864)
6 years ago
Leo Chen c96f06f2f6
add unary operator __neg__, test=develop (#21787)
6 years ago
Zeng Jinle 1b7de89455
fix math_op_path.py when integers, test=develop (#20008)
7 years ago
qingqing01 c1c2633a63
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
8 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
8 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
8 years ago
xuwei06 e9b8ebf42c Correctly handling variable with batch dimension for math ops.
8 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago