Yu Yang
afeb01f762
Stash
8 years ago
Yu Yang
b941865d44
Merge branch 'feature/simplify_attr_parse' into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
057e810286
Simplify GetAttrType code
8 years ago
Yan Chunwei
fdc4d4abce
rename LoDTensor::Slice to Shrink ( #4343 )
8 years ago
Yu Yang
ddf2448484
Update Input/Output of Op
8 years ago
Yu Yang
e05e27a7f7
Fix bug
8 years ago
Yu Yang
dc643a3352
Hot fix unittest
8 years ago
Yu Yang
bddb40609d
Buggy code
8 years ago
Zhuoyuan
5b7fd00d1f
Merge pull request #4280 from Superjom/feature/recurrent_op_backward_fix
...
make RecurrentOp's backward compatible with framework
8 years ago
Yu Yang
027fc62cb0
Use Vec2Repeated Repeated2Vec
8 years ago
Qiao Longfei
5862667cf7
Merge pull request #4341 from Canpio/fix_progma_once
...
Fix progma_once error
8 years ago
fengjiayi
f5aa8b4d7e
Update namespace of pybind/protobuf.cc and .h
8 years ago
fengjiayi
d633bdf132
Merge branch 'feature/pybind_for_protobuf_desc' of https://github.com/reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
06beec046a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
9ddfc235a2
Merge remote-tracking branch 'origin/pr/4341' into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
64ea2afb2b
Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
948d1d782b
Fix progma_once error
8 years ago
Yu Yang
d22956c1b7
Merge pull request #4334 from reyoung/feature/change_namespace_for_pybind
...
Change namespace of pybind.cc to pybind
8 years ago
fengjiayi
6db6475460
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
65874bb568
Merge pull request #4336 from reyoung/feature/remove_unused_field_in_tensor
...
Remove `numel` field in tensor
8 years ago
fengjiayi
37fd8fa1b6
Fix typo
8 years ago
Yu Yang
b5bb6c2cab
Remove namespace framework in pybind
8 years ago
Yu Yang
a0ce05df1e
Remove `numel` field in tensor
...
* It is duplicated with `dim_`. We can use `dim_` to calculate `numel`
everytime. It does not cost too much.
* `numel` is not initialized by constructor. Also, `numel` is hard to
synchronize with `dim_`.
So just remove it.
8 years ago
fengjiayi
e29003669f
Moving protobuf binding code to protobuf module
8 years ago
Yu Yang
f0cd5142af
Change namespace of pybind.cc to pybind
8 years ago
fengjiayi
62b469f887
Merge branch 'feature/pybind_for_protobuf_desc' of https://github.com/reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
17d93f4a04
Add Helper for Vector2Repeated
8 years ago
fengjiayi
ee547f6ac9
Add unittests
8 years ago
superjom
b545b5b86b
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
8 years ago
fengjiayi
b154c0e51e
Update
8 years ago
gongweibao
f99841dd2a
Elementwise operator. ( #4139 )
...
Elementwise operator add/sub/mul/div
8 years ago
Yiqun Liu
2d8467ee9d
Merge pull request #4320 from Xreki/fix_android_linking_error
...
Fix bug in cc_library, when merging several libraries into one on Linux.
8 years ago
Liu Yiqun
dd2f477a50
Fix bug in cc_library, when merging several libraries into one on Linux.
8 years ago
qingqing01
d35417e726
Merge pull request #4216 from qingqing01/attr_bool
...
Add bool type for attribute and use it in dropout_op.
8 years ago
dangqingqing
efb56db770
tune max_relative_error in test_cos_sim_op.
8 years ago
qingqing01
7831b1d9ea
Merge branch 'develop' into attr_bool
8 years ago
Yu Yang
a6b2197d89
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
618884dd69
Complete unittest for ProgramDesc
8 years ago
fengjiayi
332369ca5c
Add `new_var` for BlockDesc
8 years ago
Yu Yang
65bec3be3f
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
70f398e207
Update
8 years ago
fengjiayi
7788b46055
Expose VarDesc interface
8 years ago
dangqingqing
0dce16a697
Use bool type for attr in cross_entropy_op.
8 years ago
qingqing01
6117af6428
Merge pull request #4284 from qingqing01/lod_share
...
Pass LoD from input to output in the operators.
8 years ago
武毅
fbc0db4a61
Update faq ( #4317 )
...
* update faq
* follow comments
8 years ago
Yu Yang
859dba591b
Init commit
8 years ago
dangqingqing
58e3ad0a70
Fix conflicts.
8 years ago
dangqingqing
bdd1404e05
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_share
8 years ago
dangqingqing
4f9d82a9c6
Fix bug.
8 years ago
fengjiayi
7d33447d3a
Merge pull request #4276 from Canpio/add_program_proto
...
Add `BlockDesc` and `ProgramDesc` to framework.proto
8 years ago