wangchaochaohu
6e73e90bfb
fix the error message for reduce_mean and reduce_sum op ( #20063 )
...
* fix the error message for reduce_mean and reduce_sum op test=develop
* fix typo test=develop
* fix according review advice test=develop
* fix the test test=develop
* fix test=develop
6 years ago
qingqing01
c62f68cb94
Fix bug in conditional_block_op. ( #12246 )
...
* Fix bug in conditional_block_op.
* Fix bug and add comments.
* Rename arguments.
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
91f0573bc1
Fix the overfix of 2to3 for print function
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
qingqing01
24bea40116
Hiden some LoDTensor ralated ops' Python wrapper. ( #12230 )
...
* Hiden some LoDTensor ralatted ops' Python wrapper.
7 years ago
qingqing01
ef4895df3b
Make IfElse operator works and fix unit testing. ( #11972 )
...
1. Fix bug when only true or false branch works.
2. Fix bug in unit testing.
7 years ago