- 04 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 19 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
`merge_static_libs` also have the similar logic of using ${dummyfile}, I am not sure if there needs a change or not.
-
- 15 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 14 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 13 7月, 2017 3 次提交
-
-
由 hedaoyuan 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 12 7月, 2017 2 次提交
- 11 7月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 07 7月, 2017 1 次提交
-
-
由 xuwei06 提交于
-
- 06 7月, 2017 6 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
Python should be able to manipulate Protobuf message because: 1. Python's `create_op_creation_methods` take the `OpProto` array to generate all `op_creation_methods` in RunTime. 2. All `op_creation_methods` will create an `OpDesc` and pass it to Paddle C++ method `CreateOp` and return the Op handle. Here is the list of what is added in this commit: * Add `protobuf_generate_python` if it is not defined. * Before cmake 3.4, `protobuf_generate_python` is not defined. Just copy the implementation of that function in `protobuf.cmake` * Add `py_proto_compile` function in `cmake/generic.cmake`. * It follows bazel's API interface. * https://github.com/pubref/rules_protobuf#rules * Add an empty package named `paddle.v2.framework`, all python code of `paddle::framework` will be in that package. * Generate protobuf's python module `__init__.py` by `touch` while compiling. * Change setup.py.in, make `paddle.v2.framework.proto` uses the generated protobuf pythons.
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
- 05 7月, 2017 4 次提交
-
-
由 yi.wu 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 04 7月, 2017 2 次提交
-
-
由 Yu Yang 提交于
It will fix #2728. Maybe it is silly to `target_link_libraries` for static library, because a static library do not need to link other libraries. But it will tell cmake how to propagate dependencies. The solution comes from [here](http://floooh.github.io/2016/01/12/cmake-dependency-juggling.html). * Also change op_proto_test DEPS for testing this fix works.
-
由 Yu Yang 提交于
Missing DEPS will cause compile error when parallel is large.
-
- 03 7月, 2017 1 次提交
-
-
由 wuyi05 提交于
-
- 30 6月, 2017 3 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Helin Wang 提交于
-
- 29 6月, 2017 5 次提交
- 28 6月, 2017 4 次提交
- 27 6月, 2017 3 次提交
- 26 6月, 2017 1 次提交
-
-
由 liaogang 提交于
-