Make C lib in `paddle.v2.master.client` lazy load
Currently, WITH_GOLANG is a compiling flag, and not all Paddle binary enable `WITH_GOLANG=ON`. So we cannot ensure that every paddle has `master.so`. Make load that C libary lazily could let the user run Paddle without `WITH_GOLANG=ON`.
Showing
想要评论请 注册 或 登录