qijun
76b7be46da
add deps for dyload cc_library
8 years ago
qijun
ed18647e37
finish test
8 years ago
gongweibao
421d9f12a3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cloudandlocal
8 years ago
Luo Tao
b02c453d02
Merge branch 'develop' into stride
8 years ago
gongweibao
e12d7269ff
fix by helin's comments
8 years ago
dongzhihong
dec65aca7d
"fix parameter accumulate size"
8 years ago
dongzhihong
7edabe74d4
"polish name convention"
8 years ago
dongzhihong
e1acd73fab
"fix typo deleted part"
8 years ago
dongzhihong
6935dd7bc9
"lr state serialization"
8 years ago
Yu Yang
80f8e24209
Merge pull request #2703 from reyoung/feature/op_proto
...
Add OpProto implementation
8 years ago
Yu Yang
3f63d96abe
Fix link error in op_proto_test.
8 years ago
dzhwinter
0bc529281b
Merge pull request #2712 from dzhwinter/fix_style_check
...
Fix style check
8 years ago
dongzhihong
1100f97e57
"fix style check"
8 years ago
武毅
0ca4988b9f
Merge pull request #2627 from typhoonzero/cmake_go_vendor
...
Using glide for go package vendor
8 years ago
qijun
a77fcef3f9
fix cuda compile error
8 years ago
qijun
a30754b05e
test device_context
8 years ago
qijun
3ba7a738f3
add dynamic_load
8 years ago
fengjiayi
e48e21da2b
remove unnecessary include
8 years ago
wuyi05
eefcfed337
fix ci error
8 years ago
fengjiayi
2d1f95de87
fix a compile error
8 years ago
wuyi05
43df615059
update dockerfile
8 years ago
fengjiayi
d054a5eef8
re-submit
8 years ago
wuyi05
9b12404563
update dockerfile
8 years ago
fengjiayi
e146fe836b
fix compile errors and add assert test
8 years ago
wuyi05
ff4eaa2999
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_go_vendor
8 years ago
Luo Tao
0e61730039
stride pooling for max and average layer
8 years ago
Yu Yang
9bf9816828
Add OpProto unittest.
8 years ago
Yu Yang
c9cd5b6e9d
Update Authors.md
8 years ago
dzhwinter
f448edf10a
Merge pull request #2610 from dzhwinter/go_optimizer
...
Go optimizer: integrate Go with optimizer library
8 years ago
Yu Yang
bdd2720877
Add OpProto implementation
...
OpProto is a proto message that helps 3rd-party language bindings, e.g.
`Python`, to generate operator creation methods. The operator creation
method is the low-level API for 3rd-party language bindings. Op creation
methods take the user's input in that language, and convert users inputs
into `OpDesc` message, then passing that `OpDesc` message to Paddle's
C++ core and create an operator.
* A separated `attr_type.proto` is added, because that file wound
be included by `op_desc.proto` in future.
8 years ago
fengjiayi
9f408dfb1b
fix some compile error
8 years ago
fengjiayi
696ba1d2e1
init tensor_test.cc
8 years ago
dongzhihong
85c4352ea8
"pass style check"
8 years ago
Yu Yang
16b8e59e1a
Update new authors
8 years ago
fengjiayi
f3c9789c7f
Merge pull request #2695 from Canpio/add_simple_op_design
...
[draft] a simple op design doc
8 years ago
dongzhihong
99e22a825d
"fix pre-commit hook failed"
8 years ago
fengjiayi
f4281ceee4
renew simple_op_design
8 years ago
dongzhihong
7228533121
test
8 years ago
dongzhihong
b9c15b6fff
"remove unused tests"
8 years ago
gongweibao
26e661bc51
fix by helin's comments
8 years ago
fengjiayi
bad85f94c3
Merge pull request #2611 from wangkuiyi/tensor
...
Add tensor.h
8 years ago
gongweibao
af5ac2c474
merge with upstream develop
8 years ago
wuyi05
6f7a9dd5c0
remove unnessesary comments
8 years ago
wuyi05
cee264f3f9
update for comments
8 years ago
fengjiayi
e2c8423537
add simple_op_design.md
8 years ago
dongzhihong
1d4f02ccd9
Merge remote-tracking branch 'origin/develop' into go_optimizer
8 years ago
dongzhihong
7b2bcbe210
"polish cgo link option"
8 years ago
yi.wu
a7f9625391
update
8 years ago
yi.wu
9c853c269d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_go_vendor
8 years ago
Zhaolong Xing
03fd5f6b2e
Merge pull request #2686 from qingqing01/row_conv_fix
...
Fix bug for flowers dataset and row_conv.
8 years ago