From 612b4d5d2b33a661185bcc9babe132dd72fd160b Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 31 May 2017 02:16:46 +0000 Subject: [PATCH] Deploy to GitHub Pages: 2c1cffd76ad6d01ef970a7b4c083dd076c314fa3 --- .../doc/_sources/design/cluster_train/pserver_client.md.txt | 3 +++ develop/doc/design/cluster_train/pserver_client.html | 3 +++ .../doc_cn/_sources/design/cluster_train/pserver_client.md.txt | 3 +++ develop/doc_cn/design/cluster_train/pserver_client.html | 3 +++ 4 files changed, 12 insertions(+) diff --git a/develop/doc/_sources/design/cluster_train/pserver_client.md.txt b/develop/doc/_sources/design/cluster_train/pserver_client.md.txt index 007285640e..b3e4079010 100644 --- a/develop/doc/_sources/design/cluster_train/pserver_client.md.txt +++ b/develop/doc/_sources/design/cluster_train/pserver_client.md.txt @@ -136,6 +136,9 @@ int paddle_send_grads(paddle_pserver_client* client, const paddle_gradient* grad /** * @brief paddle_get_params gets parameters from parameter servers. * + * paddle_get_params will block until parameters are initialized on + * the parameter servers. + * * @param names the array of names of the parameters to get. * @param dst the destination array of parameters to save to. * @param len the length of the names array and the paddle_parameter diff --git a/develop/doc/design/cluster_train/pserver_client.html b/develop/doc/design/cluster_train/pserver_client.html index 31f71a3874..5962822f6e 100644 --- a/develop/doc/design/cluster_train/pserver_client.html +++ b/develop/doc/design/cluster_train/pserver_client.html @@ -306,6 +306,9 @@ name:sparse-n-1 /** * @brief paddle_get_params gets parameters from parameter servers. * + * paddle_get_params will block until parameters are initialized on + * the parameter servers. + * * @param names the array of names of the parameters to get. * @param dst the destination array of parameters to save to. * @param len the length of the names array and the paddle_parameter diff --git a/develop/doc_cn/_sources/design/cluster_train/pserver_client.md.txt b/develop/doc_cn/_sources/design/cluster_train/pserver_client.md.txt index 007285640e..b3e4079010 100644 --- a/develop/doc_cn/_sources/design/cluster_train/pserver_client.md.txt +++ b/develop/doc_cn/_sources/design/cluster_train/pserver_client.md.txt @@ -136,6 +136,9 @@ int paddle_send_grads(paddle_pserver_client* client, const paddle_gradient* grad /** * @brief paddle_get_params gets parameters from parameter servers. * + * paddle_get_params will block until parameters are initialized on + * the parameter servers. + * * @param names the array of names of the parameters to get. * @param dst the destination array of parameters to save to. * @param len the length of the names array and the paddle_parameter diff --git a/develop/doc_cn/design/cluster_train/pserver_client.html b/develop/doc_cn/design/cluster_train/pserver_client.html index 03bc4572f2..eb08757678 100644 --- a/develop/doc_cn/design/cluster_train/pserver_client.html +++ b/develop/doc_cn/design/cluster_train/pserver_client.html @@ -313,6 +313,9 @@ name:sparse-n-1 /** * @brief paddle_get_params gets parameters from parameter servers. * + * paddle_get_params will block until parameters are initialized on + * the parameter servers. + * * @param names the array of names of the parameters to get. * @param dst the destination array of parameters to save to. * @param len the length of the names array and the paddle_parameter -- GitLab