Yu Yang
0c37a06117
Merge branch 'feature/change_proto_to_desc' into feature/complete_variable_bind
8 years ago
Yu Yang
83dbc15055
Merge branch 'develop' of github.com:baidu/Paddle into feature/complete_variable_bind
8 years ago
Yu Yang
d350cdbc97
Polish CompileTime InferShape
...
1. InferShape should be a method for `OpDescBind` not `Operator`, since
`OpDescBind` is a compile-time concept.
2. Pre-create operators and store them into a map. Make InferShape
faster
8 years ago
Yu Yang
dcb09e932d
Use PROTO_LITE when refactoring Paddle
...
It will significantly reduce binary size. It is useful for mobile
deployment.
8 years ago
Yu Yang
49ca0b4831
Stash
8 years ago
fengjiayi
f78d7591d2
Fix compile bug
8 years ago
fengjiayi
6285edbb88
Fix compile errors
8 years ago
fengjiayi
54ef4cdae5
Move proto desc to framework
8 years ago
Yu Yang
183c88805a
`clang-format` after merge
8 years ago
Yu Yang
de35098779
Fix CI and follow comment
8 years ago
Yu Yang
b4a4ae1b65
Add comments
8 years ago
fengjiayi
6915c924a4
Fix bug
8 years ago
fengjiayi
5419f16b38
Add unittests
8 years ago
Yu Yang
f9f910a33b
Complete op
8 years ago
Yu Yang
6cf396b6f3
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
1bfa0e130a
Add `Prepend` for BlockDescBind
8 years ago
Yu Yang
fdd68fd1a1
Refine Visitor
8 years ago
Yu Yang
9fa7c9306c
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
afeb01f762
Stash
8 years ago
fengjiayi
08e9900621
Fix bugs
8 years ago
Yu Yang
ddf2448484
Update Input/Output of Op
8 years ago
fengjiayi
eeb7c8ad79
Compelete VarDescBind
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
Yu Yang
027fc62cb0
Use Vec2Repeated Repeated2Vec
8 years ago
fengjiayi
f5aa8b4d7e
Update namespace of pybind/protobuf.cc and .h
8 years ago
fengjiayi
37fd8fa1b6
Fix typo
8 years ago
fengjiayi
e29003669f
Moving protobuf binding code to protobuf module
8 years ago