- 19 7月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 18 7月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 13 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Refine register methods, make Op can get rid of whole-archieve * `USE_OP` before a op is used. * Add unittest for add_op.
-
- 12 7月, 2017 2 次提交
- 11 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Expose paddle.framework by pybind11 * Export paddle.framework.{Scope, Variable} to paddle.v2.framework.core. * See python/paddle/v2/framework/tests/test_scope.py for Python usage * See paddle/pybind/pybind.cc for C++ bind code. * add copyright
-
- 07 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 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 4 次提交
- 30 6月, 2017 2 次提交
- 29 6月, 2017 2 次提交
- 28 6月, 2017 1 次提交
-
- 27 6月, 2017 2 次提交
- 23 6月, 2017 2 次提交
- 06 6月, 2017 2 次提交
- 03 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
So that they can be found when paddle is built as a add_subdirectory project in another project.
-
- 01 6月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 31 5月, 2017 1 次提交
-
-
由 wuyi05 提交于
-
- 27 5月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 26 5月, 2017 4 次提交
- 09 5月, 2017 2 次提交
- 08 5月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 06 5月, 2017 1 次提交
-
-
由 xuwei06 提交于
When using system python, "pip install" needs root previlege. Using virtualenv to avoid this.
-
- 05 5月, 2017 2 次提交
- 04 5月, 2017 3 次提交