• Y
    Make C lib in `paddle.v2.master.client` lazy load · 385bd464
    Yu Yang 提交于
    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`.
    385bd464
client.py 2.3 KB