Commit Graph

22 Commits (d0ef94798d541778cc655de59d816f405e4f233c)

Author SHA1 Message Date
wawltor d0ef94798d
Fix the elementwise_ops axis bug, add the warning log for paddle 2.0
5 years ago
Zhang Ting 0d8f40d2b2
remove init_on_cpu and force_init_on_cpu APIs, test=develop (#22202)
6 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
6 years ago
Leo Chen a25418b32c
Set dtype of compare op's output to bool (#21864)
6 years ago
hong 957e182a90
revert a+b axis change; test=develop (#21821)
6 years ago
Leo Chen c96f06f2f6
add unary operator __neg__, test=develop (#21787)
6 years ago
Leo Chen 9c481e12ba
Patch math method for VarBase using auto-generated op functions (#21656)
6 years ago
Huihuang Zheng 99331fa113
Fix current block in math_patch_op (#21189)
6 years ago
danleifeng 657053f262 remove elementwise x_should_larger_than_y restriction;test=develop (#21517)
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
Jiabin Yang b23f00a0d7
Refine en doc (#20317)
6 years ago
Zeng Jinle 1b7de89455
fix math_op_path.py when integers, test=develop (#20008)
6 years ago
Huihuang Zheng 3e1e1fee26
Return correct currrent block of a var (#19850)
6 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
6 years ago
Hongyu Liu aca53535e0 fix bug; test=develop (#17733)
6 years ago
phlrain 56c2d384c7 add elementwise floordiv, mod; test=develop
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
Xin Pan 077aa207e4 hide monkey_patch_variable
7 years ago
wanghaoshuang 3d846fc3f2 Make Variable support for future.division.
7 years ago
xuwei06 e9b8ebf42c Correctly handling variable with batch dimension for math ops.
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago