fengjiayi
|
c1349d98aa
|
fix compile errors
|
7 years ago |
fengjiayi
|
b00cae60ab
|
refine code
|
7 years ago |
fengjiayi
|
542bdef7a5
|
fix a unit test
|
7 years ago |
fengjiayi
|
0bb9c80ef9
|
refine code and add unit tests
|
7 years ago |
fengjiayi
|
1010e39bdf
|
Add ReadOp
|
7 years ago |
fengjiayi
|
6e6f5c7e79
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_reader
|
7 years ago |
fengjiayi
|
c8ba6d51c8
|
Merge pull request #8135 from JiayiFeng/dev_make_VarDesc_supporting_multiple_tensor
Add type `Reader` for `VarDesc`
|
7 years ago |
fengjiayi
|
e5227c2c40
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_make_VarDesc_supporting_multiple_tensor
|
7 years ago |
fengjiayi
|
9a1fa890a0
|
remove unnecessary comments
|
7 years ago |
Tao Luo
|
445c74cd93
|
Merge pull request #8158 from qingqing01/nms_warning_fix
Fix warnings in multiclass_nms_op.cc.
|
7 years ago |
Yiqun Liu
|
165450ff6c
|
Refine the inference unittest recognize_digits. (#8147)
|
7 years ago |
Yi Wang
|
b0ecb36583
|
Rewrite the Send/Recv part of csp.md (#8164)
* Update csp.md
* Update csp.md
* Update csp.md
|
7 years ago |
emailweixu
|
b15c675530
|
Merge pull request #7421 from emailweixu/fetch_var
helper functions fetch_var and get_var
|
7 years ago |
Abhinav Arora
|
1ead6c2691
|
Add proposed fluid syntax for select statement in Fluid's implementation of CSP (#7908)
* Add proposed fluid syntax for select statement in Fluid's implementation of CSP
* Fix Typo
|
7 years ago |
kavyasrinet
|
497a131e53
|
Proposing Python syntax for send and recv in design doc (#8093)
* Adding send and recv in design doc
* fix typo
* fixed code
* Adding threading
|
7 years ago |
chengduo
|
471682597b
|
Merge pull request #8151 from chengduoZH/fixbug/prior_box
Refine prior_box_op
|
7 years ago |
qingqing01
|
e9e2424921
|
Fix warnings in multiclass_nms_op.cc.
|
7 years ago |
Tao Luo
|
845058ae51
|
Merge pull request #8145 from luotao1/api_sphinx
add independent sphinx tree for api
|
7 years ago |
chengduoZH
|
f367ad6c6c
|
add "inline" for ClipFunctor and refine code
|
7 years ago |
chengduoZH
|
d7a371cbf2
|
follow comments
|
7 years ago |
chengduoZH
|
93734a7913
|
fix bug
|
7 years ago |
Luo Tao
|
4e52026476
|
add independent sphinx tree for api
|
7 years ago |
fengjiayi
|
0d03cab5e9
|
fix a compile error
|
7 years ago |
fengjiayi
|
7dabee2796
|
Add type Reader for VarDesc
Add a new type `Reader` for `VarDesc`, which can holds more than one
LoDTensor.
|
7 years ago |
Tao Luo
|
be815dd006
|
Merge pull request #8076 from luotao1/make_clean
Add `make clean` in docker/build.sh
|
7 years ago |
Tao Luo
|
cea0d68d33
|
Merge pull request #8123 from luotao1/mobile_doc
remove duplicated mobile index
|
7 years ago |
Luo Tao
|
eef381d074
|
remove duplicated mobile index
|
7 years ago |
Luo Tao
|
a169067e40
|
Merge branch 'develop' into make_clean
|
7 years ago |
Luo Tao
|
96d4bf5337
|
prevent make clean from cleaning ExternalProject boost
|
7 years ago |
Yan Chunwei
|
6f28084b4d
|
debug/format protobuf to human-readable codes (#8086)
|
7 years ago |
Yibing Liu
|
f3d59232a0
|
Merge pull request #8116 from kuke/fix_profiler
Fix the error when sorted_key is none in profiler
|
7 years ago |
Abhinav Arora
|
1d2dd9c4a5
|
Close buffered channel should unblock the blocked senders and receivers (#8109)
|
7 years ago |
Yibing Liu
|
be65516876
|
Fix the error when sorted_key is none in profiler
|
7 years ago |
chengduo
|
b60da6729f
|
Refine buffer channel (#8098)
* refine buffer channel
* refine Receive and Send
* follow comments
|
7 years ago |
kavyasrinet
|
022e5dee8e
|
Added more receivers less senders. Receivers should block. (#8061)
* Adding more receivers less senders
* Added more receivers less senders
* Added more send
* Updated comment
* Fixed code style
* Fixing review comments
|
7 years ago |
chengduo
|
25d5686169
|
Merge pull request #8094 from abhinavarora/fix_buff_channel_close
Buffered channel should notify both condition variables on close
|
7 years ago |
Abhinav Arora
|
dbe06551b8
|
Channel should notify both condition variables on close
|
7 years ago |
xuwei06
|
37a251ebaf
|
Fix copyright for test_fetch_var.py
|
7 years ago |
Zhaolong Xing
|
d059951174
|
Merge pull request #7885 from NHZlX/add_depthwiseConv_op_gpu
Add depthwise conv op gpu
|
7 years ago |
xzl
|
3074ae7b8d
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
|
7 years ago |
fengjiayi
|
da8a56ea61
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_reader
|
7 years ago |
fengjiayi
|
71bd0dfa25
|
Merge pull request #8087 from JiayiFeng/simplify_infershape_code
simplify shape inference code
|
7 years ago |
chengduo
|
7e695ce8eb
|
Merge pull request #8091 from chengduoZH/feature/refine_elementwise
Refine elementwise_op
|
7 years ago |
fengjiayi
|
9a970702d3
|
remove unnecessary framework::
|
7 years ago |
fengjiayi
|
ab1341eab7
|
fix typo
|
7 years ago |
xzl
|
2ffa3a8bf6
|
rename op to depthwise_conv2d, more efficient
|
7 years ago |
chengduoZH
|
affce7331c
|
refine elementwise_op
|
7 years ago |
武毅
|
42c98f4b43
|
Merge pull request #7539 from typhoonzero/dist_train_benchmark_vgg16
Add v2 dist benchmark vgg
|
7 years ago |
qingqing01
|
c9ef69be40
|
Merge pull request #7953 from qingqing01/multiclass_nms_op
Add multi-class non-maximum suppression operator.
|
7 years ago |
Tao Luo
|
624d22d933
|
Merge pull request #8085 from luotao1/v2_api_refine
Reclassify and change of V2 API documentation structure
|
7 years ago |