From e5e21f22664756862df7a17242ef7be662cb0e57 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 13 Feb 2018 00:37:05 +0000 Subject: [PATCH] Deploy to GitHub Pages: 3beafff2829d9ed3d5ef3f52e315adedb0920481 --- develop/api_doc/v2/fluid/layers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop/api_doc/v2/fluid/layers.html b/develop/api_doc/v2/fluid/layers.html index 75544c72cbd..6279adfbc25 100644 --- a/develop/api_doc/v2/fluid/layers.html +++ b/develop/api_doc/v2/fluid/layers.html @@ -887,7 +887,7 @@ all if left is negative.
  • print_tensor_type (bool) – Print the tensor type.
  • print_tensor_shape (bool) – Print the tensor shape.
  • print_tensor_lod (bool) – Print the tensor lod.
  • -
  • print_phase (bool) – Which phase to displace, including ‘forward’, +
  • print_phase (str) – Which phase to displace, including ‘forward’, ‘backward’ and ‘both’. If set to ‘backward’ or ‘both’, will print the gradients of input tensor.
  • @@ -2214,7 +2214,7 @@ and cell_t_prev not be the same or the 2nd dimensions of Tensor variable with a single element, otherwise must be in the range \([-rank(input), rank(input))\). If \(dim < 0\), the dimension to reduce is \(rank + dim\). -
  • keep_dim (bool) – Whether to reserve the reduced dimension in the +
  • keep_dim (bool|False) – Whether to reserve the reduced dimension in the output Tensor. The result tensor will have one fewer dimension than the input unless keep_dim is true.
  • name (str|None) – A name for this layer(optional). If set None, the layer -- GitLab