Skip to content

Commit db27c56

Browse files
committed
add comment
1 parent 6097b8b commit db27c56

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8057,9 +8057,9 @@ def bilinear_tensor_product(x,
80578057
param_attr=None,
80588058
bias_attr=None):
80598059
"""
8060-
**Add Position Encoding Layer**
8060+
**Add Bilinear Tensor Product Layer**
80618061
8062-
This layer performs tensor operation on two inputs.
8062+
This layer performs bilinear tensor product on two inputs.
80638063
For example:
80648064
80658065
.. math::

0 commit comments

Comments
 (0)