- 14 7月, 2017 10 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
* PyBind and SWIG of paddle cannot be load in a single Python process, lazy import all SWIG library of Paddle. Otherwise, the glog, gflags are imported twice in a same Python process. * Note that all PyBind11 return C++ std::string as an unicode. For protobuf, it is need be cast to `str` before use them. * Add unit test for Get `OpProtos`
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 helinwang 提交于
Fix optimizer parameter buffer allocation size.
-
由 Yiqun Liu 提交于
Add build_android task on Travis CI.
-
由 Yu Yang 提交于
Add a sample op, `add_op`
-
由 qiaolongfei 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
The buffer allocation size should be number of bytes, not number of floats.
-
- 13 7月, 2017 21 次提交
-
-
由 Liu Yiqun 提交于
-
由 Yu Yang 提交于
* Convert `op` --> `operators` * Remove AddType in OpProtoMaker, because type is part of registry. * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
-
由 Yu Yang 提交于
Default scope function
-
由 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.
-
由 Liu Yiqun 提交于
-
由 QI JUN 提交于
fix bug in dynload
-
由 qijun 提交于
-
由 Qiao Longfei 提交于
-
由 hedaoyuan 提交于
Compile for armv8.
-
由 QI JUN 提交于
"fix init error"
-
由 hedaoyuan 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 qijun 提交于
-
由 gangliao 提交于
go_binary: remove hardcoded library link path, add pserver client test
-
由 Yancey 提交于
* Server recovery from checkpoint
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
由 helinwang 提交于
Add go testing into cmake
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 12 7月, 2017 9 次提交