Commit Graph

113 Commits (57f0f0f2dcb15127a41b8dd5b2404f47ac39e89d)

Author SHA1 Message Date
zhaoyuchen2018 0c71c839ec
Fix recurrent op not update grade issue (#18581)
6 years ago
liym27 c8cdef37b2 change the default value of summarize from -1 to 20 in Print API to improve ease of use (#18738)
6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
Hongyu Liu df2eee71d8
Sequence mask support tensor (#18249)
6 years ago
zhaoyuchen2018 32c95f1752
Add StaticRNN.output code example (#18251)
6 years ago
zhoukunsheng 0569ff78fa Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag (#18167)
6 years ago
chengduo 24e988a471
Fix bug of scope_buffered_ssa_graph_executor (#18100)
6 years ago
hong19860320 68dcb1bd7b
fix API examples of assign, reverse and array_write, etc. (#17287)
6 years ago
wangchaochaohu bd48950c7e fix paddlepaddle API examples (#17306)
6 years ago
Zhaolong Xing a9a531fa5f
Refine python api code example note: (#17369)
6 years ago
石晓伟 acbb4bf38d
update python API examples (#17351)
6 years ago
Zeng Jinle 887a39f050
Fix dygraph unique name bug (#17592)
6 years ago
lijianshe02 300bd7504d
fix api-doc related bugs test=develop test=document_preview (#17360)
6 years ago
Yiqun Liu cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308)
6 years ago
zhaoyuchen2018 dfdcd91869
Add api doc code examples (#17285)
6 years ago
zhoukunsheng f9223c5fa9 Logical compare (#16513)
6 years ago
wopeizl 0114f1d65a
give the output value to keep consistant with document test=develop (#16740)
6 years ago
chengduo c62674f475
Refine StaticRnn (#16707)
6 years ago
zhaoyuchen2018 cdb315e9d8
Merge branch 'develop' into docrefine
6 years ago
Wu Yi 6382b62f6b
Collective ops (#15572)
6 years ago
whs 18911b6eea
[enhence] Make step_input of dynamic_rnn support custom lod level. (#15972)
6 years ago
wopeizl 7fbf52daa3
remove the ignored from is_empty and less_than test=develop (#15971)
6 years ago
zhaoyuchen 032ea9ceda Fix array_read code error.
6 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
6 years ago
sneaxiy 7e399b0628 rename
6 years ago
sneaxiy f85245b409 test=develop
6 years ago
haowang101779990 66ea718452 en api improve format Dec 27
6 years ago
Xin Pan 36da940bc1 clean more
6 years ago
Xin Pan 47ea2534fb clean parallel do
6 years ago
Xin Pan f5434507f0 fix control_flow ops in outs
6 years ago
sneaxiy 5ca56cad1f test=develop
6 years ago
chengduo 61b4812f2f
Remove unnecessary var_and_op of DynamicRnn (#14134)
6 years ago
Xin Pan 4625f83f92 better handle var type inference
6 years ago
Xin Pan 288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
6 years ago
Xin Pan ddb76d0d09 Make GetMutable more robust
6 years ago
chengduoZH e59ab42caa add nodes for drnn
6 years ago
minqiyang 0ff5d8b02a Port logical_ops to nn
7 years ago
Wu Yi efafc72f62
Hide program APIs (#12315)
7 years ago
qingqing01 c9e5c1e41b
Hidden ParallelDo. (#13454)
7 years ago
Yu Yang 8965cee89f
Polish PrintOp (#12895)
7 years ago
chengduo 8ad9055804
Add is_test for while_op (#12874)
7 years ago
qingqing01 c62f68cb94
Fix bug in conditional_block_op. (#12246)
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)
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)
7 years ago
qingqing01 7219676ed3
Hide some API in control_flow.py (#12226)
7 years ago