From e33bf70a23b26fcf3054fd886b333fd0f81eca15 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Fri, 9 Nov 2018 13:04:28 +0800 Subject: [PATCH] update comment test=develop --- python/paddle/fluid/layers/nn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/layers/nn.py b/python/paddle/fluid/layers/nn.py index e95d43cae9..c9c657ab72 100644 --- a/python/paddle/fluid/layers/nn.py +++ b/python/paddle/fluid/layers/nn.py @@ -8091,7 +8091,7 @@ def bilinear_tensor_product(x, If it is set to None, the bias is initialized zero. Default: None. Returns: - Variable: A 3-D Tensor of shape [N x M x P] with positional encoding. + Variable: A 2-D Tensor of shape [batch_size, size]. Examples: .. code-block:: python -- GitLab