Commit Graph

191 Commits (cced930b61ba246dffec68bbe09bd9e22a142d64)

Author SHA1 Message Date
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
7 years ago
石晓伟 9dbb62eeb9
Fix examples of API (#18092)
7 years ago
zhoukunsheng d3b3443d10 add ones_like op (#17388)
7 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
7 years ago
wangchaochaohu a9dc534f48
fix API example (#18153)
7 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)
7 years ago
hong19860320 68dcb1bd7b
fix API examples of assign, reverse and array_write, etc. (#17287)
7 years ago
wangchaochaohu bd48950c7e fix paddlepaddle API examples (#17306)
7 years ago
石晓伟 acbb4bf38d
update python API examples (#17351)
7 years ago
Shuai Yuan 41f1186c6b
[DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629)
7 years ago
wopeizl 058f1f1e1b
fix the api example for create_global_var, create_parameter, SGDOptim… (#17371)
7 years ago
lijianshe02 300bd7504d
fix api-doc related bugs test=develop test=document_preview (#17360)
7 years ago
Yiqun Liu cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308)
7 years ago
zhoukunsheng 1bfff02047 Add Diag Op(#17027)
7 years ago
tensor-tang 71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235)
7 years ago
zhoukunsheng 380df8281f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng 68f887aab3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng b2cdadd700 improve comment
7 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
zhoukunsheng 874b5d8362 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
zhoukunsheng 263ff731eb add more comment
7 years ago
zhoukunsheng a55111b869 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng 848ec97ab3 test=develop
7 years ago
chengduo 999365149d
Add from six.moves import reduce (#16435)
7 years ago
zhoukunsheng 43060084a4 test=develop
7 years ago
zhoukunsheng 8e9ebebcef test=develop
7 years ago
whs 18779b5b8f
[Operator] Add range op. (#15431)
7 years ago
tensor-tang 9be825a982
polish the cast op doc (#16078)
7 years ago
chengduozh 03f091a9d3 fix api doc
7 years ago
minqiyang 315b133e67 Add single GPU support to imperative
7 years ago
minqiyang 09e2e66236 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
7 years ago
haowang101779990 66ea718452 en api improve format Dec 27
7 years ago
minqiyang 5822f7f1d8 Polish code
7 years ago
minqiyang 68e9b841ab Add support for optimizer
7 years ago
Wu Yi 6e67d0fb78
layer fixes (#14591)
7 years ago
li099 df826de76e revise tensor array to tensor op (#14368)
8 years ago
li099 688ed60116 Add lod tensor array to tensor op (#13990)
8 years ago
Xin Pan 4625f83f92 better handle var type inference
8 years ago
Xin Pan 63b2e98f3d Explain LoD and a few other concepts
8 years ago
dzhwinter a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688)
8 years ago
minqiyang 99d3f08920 Add print_function for all python files
8 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
8 years ago
Yibing Liu 9386ac0a40 Enhance cuda code & unittest for argsort_op
8 years ago
Yibing Liu 9c69fdf5c6 Merge branch 'develop' of upstream into argsort_dev
8 years ago
fengjiayi e1a46bba59 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
8 years ago
tensor-tang 064ca35285 fix indentation error
8 years ago
tensor-tang d5fb8fa778 Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
8 years ago
tensor-tang 90780e22ce
Revert "MKLDNN layout: Support for sum operator"
8 years ago
fengjiayi e7faae0130 Refine assign layer
8 years ago
mozga-intel 96b4904d2f MKLDNN layout: Support for sum operator
8 years ago
Yibing Liu a523b6f49f Add python api for argsort_op
8 years ago
qiaolongfei b77c886ed4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
Yu Yang 20e5ef62e7
Merge pull request #11483 from wanghaoshuang/origin/whs_doc
8 years ago
Yu Yang 1171c2c57d
Merge pull request #11457 from JiayiFeng/dev_add_doc
8 years ago
qiaolongfei a4ee0d0dd1 add reverse
8 years ago
qiaolongfei bf3ff5b091 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
Yibing Liu bf5ce626c0 Merge branch 'develop' of upstream into fix_docs
8 years ago
fengjiayi f6daab438d fix a bug
8 years ago
fengjiayi bcae8729ac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
8 years ago
qingqing01 cc1239ffc9
Update some doc about API reference. (#11495)
8 years ago
fengjiayi 29ddf6c5d8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
8 years ago
qiaolongfei 5b50307bf8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
qiaolongfei 1c9fc655d0 update
8 years ago
wanghaoshuang cd5d7704f7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
8 years ago
Yibing Liu fd87c0e709 Fix cast layer's doc
8 years ago
tensor-tang 0329ee7496
Merge pull request #11497 from tensor-tang/doc
8 years ago
qiaolongfei 3a25ceebf2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
fengjiayi d91060d300 fix errors
8 years ago
tensor-tang 98ab2b403e polish doc: softshrink, assign, shuffle
8 years ago
wanghaoshuang b44b915bda Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
8 years ago
wanghaoshuang b3cb536402 Fix doc of relu, log and zeros.
8 years ago
fengjiayi 980499faf1 fix errors
8 years ago
qiaolongfei 76129f0331 update comment
8 years ago
yuyang18 ce6394ed73 Polish example
8 years ago
fengjiayi c6c9c657e0 update doc
8 years ago
yuyang18 54002c3bab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/polish_doc
8 years ago
qiaolongfei 4d0fd7e725 add API reference for create_tensor
8 years ago
yuyang18 2955ff5887 Polish documentation
8 years ago
sneaxiy 831909ce69
Merge pull request #11313 from sneaxiy/argmin_argmax
8 years ago
sneaxiy 568c4e5ec4 recommit using account sneaxiy
8 years ago
yuyang18 439a265760 Better trim dot
8 years ago
yuyang18 b000e0de5d Simplize API Reference Documentation
8 years ago
fengjiayi 42d7174778 refine API
8 years ago
walloollaw 3e177b9d91 ISSUE-10996: support name setting for layers topk/softmax/concat/dropout (#10999)
8 years ago
robot ac2911c399 fix code style
8 years ago
robot 19a28b1611 [fix assign op]/2 using assign op instead of scale1.0
8 years ago
robot 8806801eb8 [fix assign op] using assign op instead of scale1.0
8 years ago
fengjiayi bd8440921c move save/load from nn.py to tensor.py
8 years ago
Yu Yang 5f1a577e33 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago