From 7071048301fd51dfa170ff1e9030170f646d2e74 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Wed, 7 Feb 2018 19:04:50 +0000
Subject: [PATCH] Deploy to GitHub Pages:
8e5bc804bba6e0a81d593c91776f4d35f7315eef
---
develop/api_doc/v2/fluid/layers.html | 2 +-
develop/doc/api/v2/fluid/layers.html | 2 +-
develop/doc_cn/api/v2/fluid/layers.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/develop/api_doc/v2/fluid/layers.html b/develop/api_doc/v2/fluid/layers.html
index 40cc30fedc3..54d3c11f384 100644
--- a/develop/api_doc/v2/fluid/layers.html
+++ b/develop/api_doc/v2/fluid/layers.html
@@ -1053,7 +1053,7 @@ a biases variable will be created and added to the output. Finally,
if activation is not None, it will be applied to the output as well.
This process can be formulated as follows:
-\[Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})\]
+\[Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})\]
In the above equation:
- \(N\): Number of the input.
diff --git a/develop/doc/api/v2/fluid/layers.html b/develop/doc/api/v2/fluid/layers.html
index 2b9d52e20cc..40bff2f4b02 100644
--- a/develop/doc/api/v2/fluid/layers.html
+++ b/develop/doc/api/v2/fluid/layers.html
@@ -1103,7 +1103,7 @@ a biases variable will be created and added to the output. Finally,
if activation is not None, it will be applied to the output as well.
This process can be formulated as follows:
-\[Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})\]
+\[Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})\]
In the above equation:
- \(N\): Number of the input.
diff --git a/develop/doc_cn/api/v2/fluid/layers.html b/develop/doc_cn/api/v2/fluid/layers.html
index ef9edd6e3a8..559fb299f2a 100644
--- a/develop/doc_cn/api/v2/fluid/layers.html
+++ b/develop/doc_cn/api/v2/fluid/layers.html
@@ -1122,7 +1122,7 @@ a biases variable will be created and added to the output. Finally,
if activation is not None, it will be applied to the output as well.
This process can be formulated as follows:
-\[Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})\]
+\[Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})\]
In the above equation:
- \(N\): Number of the input.
--
GitLab