- 06 7月, 2017 1 次提交
-
-
由 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.
-
- 04 7月, 2017 1 次提交
-
-
由 gongweibao 提交于
-
- 03 7月, 2017 1 次提交
-
-
由 gongweibao 提交于
-
- 30 6月, 2017 5 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 gongweibao 提交于
-
由 Helin Wang 提交于
-
- 29 6月, 2017 8 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 dangqingqing 提交于
-
由 gongweibao 提交于
-
由 dangqingqing 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 dangqingqing 提交于
-
- 28 6月, 2017 2 次提交
-
-
由 wanghaoshuang 提交于
1. rename 'useXmap' to 'use_xmap' 2. add comments about exchanging train data and test data
-
由 wanghaoshuang 提交于
-
- 27 6月, 2017 2 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 26 6月, 2017 4 次提交
- 24 6月, 2017 3 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 22 6月, 2017 3 次提交
-
-
由 dzhwinter 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 21 6月, 2017 6 次提交
-
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 gongweibao 提交于
-
由 Yi Wang 提交于
-
由 Helin Wang 提交于
-
- 20 6月, 2017 4 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-