li099
df826de76e
revise tensor array to tensor op ( #14368 )
...
test=develop
6 years ago
li099
688ed60116
Add lod tensor array to tensor op ( #13990 )
...
* add lod tensor array concat
* add lod tensor array concat
* test=develop
* add lod tensor array concat
test=develop
* Fix API.spec
test=develop
* add lod tensor array concat
test=develop
* revise some bug of lod tensor array concat
test=develop
* add unittest for tensor array concat
test=develop
* change to tensor array to tensor
test=develop
* revise bug
test=develop
* revise a bug
test=develop
* revise a bug
test=develop
* revise a bug of python3
test=develop
7 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
63b2e98f3d
Explain LoD and a few other concepts
...
test=develop
7 years ago
dzhwinter
a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu ( #12688 )
...
* "avoid copy back to cpu"
* "add infinity support"
* "fix ci"
* "add cpu macro"
* rerun ci; test=develop
* "fix api"
test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
Yibing Liu
9386ac0a40
Enhance cuda code & unittest for argsort_op
7 years ago
Yibing Liu
9c69fdf5c6
Merge branch 'develop' of upstream into argsort_dev
7 years ago
fengjiayi
e1a46bba59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
7 years ago
tensor-tang
064ca35285
fix indentation error
7 years ago
tensor-tang
d5fb8fa778
Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
...
This reverts commit 4d8e8ee226
, reversing
changes made to d6a9f005c8
.
7 years ago
tensor-tang
90780e22ce
Revert "MKLDNN layout: Support for sum operator"
7 years ago
fengjiayi
e7faae0130
Refine assign layer
...
Give assign layer's second parameter 'output' a default value: None. If
it is None, the output variable will be created inside the layer.
7 years ago
mozga-intel
96b4904d2f
MKLDNN layout: Support for sum operator
7 years ago
Yibing Liu
a523b6f49f
Add python api for argsort_op
7 years ago
qiaolongfei
b77c886ed4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Yu Yang
20e5ef62e7
Merge pull request #11483 from wanghaoshuang/origin/whs_doc
...
Fix doc of relu, log and zeros.
7 years ago
Yu Yang
1171c2c57d
Merge pull request #11457 from JiayiFeng/dev_add_doc
...
Add API reference
7 years ago
qiaolongfei
a4ee0d0dd1
add reverse
7 years ago
qiaolongfei
bf3ff5b091
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Yibing Liu
bf5ce626c0
Merge branch 'develop' of upstream into fix_docs
7 years ago
fengjiayi
f6daab438d
fix a bug
7 years ago
fengjiayi
bcae8729ac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
qingqing01
cc1239ffc9
Update some doc about API reference. ( #11495 )
...
* Update some doc about layers' API.
* Fix format.
* Fix example bug in random_data_generator.
* Fix example bug in dropout.
* Follow comments and some small fix for some examples.
7 years ago
fengjiayi
29ddf6c5d8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
qiaolongfei
5b50307bf8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
qiaolongfei
1c9fc655d0
update
7 years ago
wanghaoshuang
cd5d7704f7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
7 years ago
Yibing Liu
fd87c0e709
Fix cast layer's doc
7 years ago
tensor-tang
0329ee7496
Merge pull request #11497 from tensor-tang/doc
...
Doc update
7 years ago
qiaolongfei
3a25ceebf2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
fengjiayi
d91060d300
fix errors
7 years ago
tensor-tang
98ab2b403e
polish doc: softshrink, assign, shuffle
7 years ago
wanghaoshuang
b44b915bda
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
7 years ago
wanghaoshuang
b3cb536402
Fix doc of relu, log and zeros.
7 years ago
fengjiayi
980499faf1
fix errors
7 years ago
qiaolongfei
76129f0331
update comment
7 years ago
yuyang18
ce6394ed73
Polish example
7 years ago
fengjiayi
c6c9c657e0
update doc
7 years ago
yuyang18
54002c3bab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/polish_doc
7 years ago
qiaolongfei
4d0fd7e725
add API reference for create_tensor
7 years ago
yuyang18
2955ff5887
Polish documentation
...
* row_conv
* uniform_random
* layer_norm
* create_parameter
* hard_shrink
* ssd_loss
7 years ago
sneaxiy
831909ce69
Merge pull request #11313 from sneaxiy/argmin_argmax
...
Add argmin and argmax op
7 years ago
sneaxiy
568c4e5ec4
recommit using account sneaxiy
7 years ago
yuyang18
439a265760
Better trim dot
7 years ago
yuyang18
b000e0de5d
Simplize API Reference Documentation
7 years ago
fengjiayi
42d7174778
refine API
7 years ago
walloollaw
3e177b9d91
ISSUE-10996: support name setting for layers topk/softmax/concat/dropout ( #10999 )
7 years ago
robot
ac2911c399
fix code style
7 years ago