Skip to content

Commit e33bf70

Browse files
committed
update comment test=develop
1 parent 319618e commit e33bf70

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/fluid/layers

1 file changed

+1
-1
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8091,7 +8091,7 @@ def bilinear_tensor_product(x,
80918091
If it is set to None, the bias is initialized zero. Default: None.
80928092
80938093
Returns:
8094-
Variable: A 3-D Tensor of shape [N x M x P] with positional encoding.
8094+
Variable: A 2-D Tensor of shape [batch_size, size].
80958095
80968096
Examples:
80978097
.. code-block:: python

0 commit comments

Comments
 (0)