From a74553db02fd58b44fdb9c8eac62071370a42188 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 21 Dec 2017 23:12:31 +0000 Subject: [PATCH] Deploy to GitHub Pages: a55238590285d438d30329cfa7e80c628376fd21 --- develop/doc/api/v2/fluid/layers.html | 22 ++++++++++++++++++++-- develop/doc_cn/api/v2/fluid/layers.html | 22 ++++++++++++++++++++-- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/develop/doc/api/v2/fluid/layers.html b/develop/doc/api/v2/fluid/layers.html index b44feaaf8d4..3d5560c9a96 100644 --- a/develop/doc/api/v2/fluid/layers.html +++ b/develop/doc/api/v2/fluid/layers.html @@ -753,8 +753,26 @@ and returns that as the output.

paddle.v2.fluid.layers.sums(input, out=None)
-

This function takes in the input and performs the sum operation on it -and returns that as the output.

+

This function performs the sum operation on the input and returns the +result as the output.

+ +++ + + + + + + + +
Parameters:input (Variable|list) – The input tensor that has the elements +that need to be summed up.
Returns:
+
The tensor type variable that has the sum of input
+
written to it.
+
+
Return type:Variable
+

Examples

diff --git a/develop/doc_cn/api/v2/fluid/layers.html b/develop/doc_cn/api/v2/fluid/layers.html index e0ed28506e3..66160e18fec 100644 --- a/develop/doc_cn/api/v2/fluid/layers.html +++ b/develop/doc_cn/api/v2/fluid/layers.html @@ -766,8 +766,26 @@ and returns that as the output.

paddle.v2.fluid.layers.sums(input, out=None)
-

This function takes in the input and performs the sum operation on it -and returns that as the output.

+

This function performs the sum operation on the input and returns the +result as the output.

+ +++ + + + + + + + +
参数:input (Variable|list) – The input tensor that has the elements +that need to be summed up.
返回:
+
The tensor type variable that has the sum of input
+
written to it.
+
+
返回类型:Variable
+

Examples

-- GitLab