Yiqun Liu
56a5039e24
Correct the doc in Python API ( #15725 )
...
* Correct the comment in control_flow.py.
* Correct the argument list of ops.
test=develop
* Update API.spec.
test=develop
* Skip op_callstack attr for all op apis.
test=develop
* Remove use_mkldnn and is_test from python api.
test=develop
* Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string.
test=develop
6 years ago
sneaxiy
7e399b0628
rename
...
test=develop
6 years ago
sneaxiy
f85245b409
test=develop
6 years ago
haowang101779990
66ea718452
en api improve format Dec 27
...
test=develop
6 years ago
Xin Pan
36da940bc1
clean more
...
test=develop
6 years ago
Xin Pan
47ea2534fb
clean parallel do
...
test=develop
6 years ago
Xin Pan
f5434507f0
fix control_flow ops in outs
...
test=develop
6 years ago
sneaxiy
5ca56cad1f
test=develop
6 years ago
chengduo
61b4812f2f
Remove unnecessary var_and_op of DynamicRnn ( #14134 )
...
* remove unnecessary var_and_op
test=develop
* fix _init_zero_idx_
test=develop
6 years ago
Xin Pan
4625f83f92
better handle var type inference
...
avoid the default one that usually overwrites manually set ones
test=develop
7 years ago
Xin Pan
288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
7 years ago
Xin Pan
ddb76d0d09
Make GetMutable more robust
...
test=develop
7 years ago
chengduoZH
e59ab42caa
add nodes for drnn
...
test=develop
7 years ago
minqiyang
0ff5d8b02a
Port logical_ops to nn
7 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
7 years ago
qingqing01
c9e5c1e41b
Hidden ParallelDo. ( #13454 )
7 years ago
Yu Yang
8965cee89f
Polish PrintOp ( #12895 )
...
* Polish PrintOp
* Polish PrintOp
* Polish PrintOp
* Refine test_print_op
7 years ago
chengduo
8ad9055804
Add is_test for while_op ( #12874 )
...
* add is_test for while_op
* Change API
7 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
5d4238cdcc
Fix six.iteritems problem
7 years ago
minqiyang
6dc07e7f95
Replace items() with six.moves.iteritems() to improve memory usage
7 years ago
minqiyang
ce4eba3b0d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
qingqing01
f372f27e3f
Hidden APIs for While, StaticRNN, ParallelDo. ( #12332 )
...
* Hidden APIs for While, StaticRNN, ParallelDo.
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
7219676ed3
Hide some API in control_flow.py ( #12226 )
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
Yan Chunwei
d020d7fd29
add beam search doc ( #11469 )
7 years ago
Yu Yang
16a0f746f8
Merge pull request #11383 from jacquesqiao/update-api-reference-1
...
update split_lod_tensor, create_array and array_length doc
7 years ago
Yu Yang
4360963e15
Merge pull request #11530 from reyoung/feature/static_rnn_memory_link
...
Hide StaticRNNMemory
7 years ago
qiaolongfei
b77c886ed4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Yu Yang
e6654c1c1d
Merge pull request #11489 from wanghaoshuang/whs_doc1
...
Fix doc of warpctc, array_read, edit_distance and sequence_reshape.
7 years ago
yuyang18
811f5cca7e
Hide StaticRNNMemory
7 years ago
Yu Yang
c2e8f40dcb
Merge pull request #11492 from dzhwinter/doc/api1
...
[API Reference] fix some typo in layers
7 years ago
yuyang18
62bad2b475
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pr/11489
7 years ago
Yu Yang
1171c2c57d
Merge pull request #11457 from JiayiFeng/dev_add_doc
...
Add API reference
7 years ago
qiaolongfei
bf3ff5b091
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Kexin Zhao
3a25f21eae
Modify lod tensor doc based on new LoDTensor Python API ( #11253 )
...
* Modify lod_tensor.md and nn.py
* Modify control_flow.py doc
* undo change in lod_tensor.md
7 years ago
Xin Pan
dadbe454d8
Merge pull request #11511 from panyx0718/doc2
...
Add doc for while and piecewise_decay op
7 years ago
Luo Tao
cff5232e76
remove Non-ASCII character '\xc2'
7 years ago
dzhwinter
4970414b1c
Merge remote-tracking branch 'origin/develop' into doc/api1
7 years ago
Luo Tao
8415e18b3f
Merge branch 'develop' into softmax_doc
7 years ago
fengjiayi
29ddf6c5d8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
wanghaoshuang
f24dec7136
Change 'layers' to 'fluid.layers'
7 years ago
qiaolongfei
5b50307bf8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Xin Pan
11f31d1e82
follow comments
7 years ago
dzhwinter
6ac8383f28
"fix based comments"
7 years ago
Xin Pan
bc46c52776
Add doc for while op
7 years ago
qiaolongfei
e2783bb6af
update split_lod_tensor doc
7 years ago