minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
1800fef142
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Wu Yi
8b77448d5f
hide misc APIs ( #12540 )
...
* hide misc APIs
* update
* fix transformer test
* update API.spec
7 years ago
minqiyang
fae5c1f514
Fix the input of executor
7 years ago
minqiyang
47561c34b0
Fix python2 CI issues
7 years ago
minqiyang
a3539845f2
Polish python code style
7 years ago
minqiyang
3ec6d60c34
Fix write bytes in dataset download
7 years ago
minqiyang
1f618c4ff9
Fix the overfix of 2to3 in xrange
7 years ago
minqiyang
7f794ea563
Replace the overfix of 2to3 with six.string_types
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
Yancey1989
efd5a84986
update executor interface
7 years ago
Yancey1989
7570d8e77c
add rpc complete interface
7 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
7 years ago
Yancey1989
1366832a41
add dist pass barrier
7 years ago
chengduo
a64844ad00
enable PE return numpy ( #11704 )
7 years ago
dzhwinter
15130fc8cb
"non-layer add doc for executor module" ( #11602 )
...
* "add doc for exec"
* "add more changes"
* "fix based on preview"
* "chagne code format"
7 years ago
Yu Yang
b94f7848c4
Merge pull request #11531 from reyoung/feature/non_layer_api_doc
...
Polish Non-Layer API
7 years ago
chengduoZH
10cee7ed1f
Add doc of fetch var
7 years ago
yuyang18
ea44157b09
Add APIs
7 years ago
dzhwinter
f7c96f079b
Big data op_test benchmark, for checking output consistent in different runs. ( #10646 )
...
* "init benchmark ops"
* "untrack outputs"
* "delete some usused code"
* "benchmark"
* "fix ci"
* "fix op test"
* "fix uint16 missing"
* "fix ci"
* "follow comments"
* "fix ci"
* "follow comments"
* "conficts. merge develop branch"
* repick
* "merge develop branch"
7 years ago
dzhwinter
62c51e44d2
"add float64 tests" ( #10450 )
...
* "add float64 tests"
* "fix based comment"
* "fixed based comment"
7 years ago
Yibing Liu
129b913cff
Fix the bug in executor.fetch_var
7 years ago
dzhwinter
6cfc0c1497
"polish code" ( #9318 )
...
* "polish code"
* "fix ci"
* "fix ci"
* "done"
7 years ago
Qiao Longfei
37a272e670
add executor.prepare ( #9022 )
...
optimize executor.run
7 years ago
qiaolongfei
1ee77841be
add get_program_cache_key function
7 years ago
qiaolongfei
b63901f523
optimize program_cache_key, delete cache when use_program_cache is false
7 years ago
qiaolongfei
82a8e080cb
update comment of executor.run
7 years ago
qiaolongfei
0d70231ca1
add check
7 years ago
qiaolongfei
c84fc6d4cf
fix bug
7 years ago
qiaolongfei
338f8883b4
add more strict check for program cache
7 years ago
qiaolongfei
a8fd6d581f
add use_program_cache to executor.run
7 years ago
qiaolongfei
0876fc1451
fix feed var
7 years ago
qiaolongfei
4977d99b05
add program cache for executor
7 years ago
xuwei06
e9b8ebf42c
Correctly handling variable with batch dimension for math ops.
...
When the second argument contains batch dimension, the axis should be 0.
Also makes elementwise ops more tolerant at handling tensors with trailing
singular dimensions.
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago