Skip to content

Commit cd69a1d

Browse files
committed
modify API nn.Bilinear's doc, test=develop
1 parent d92a178 commit cd69a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/nn/layer/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ class Bilinear(layers.Layer):
578578
579579
.. math::
580580
581-
out_{i} = x1 * W_{i} * {x2^\mathrm{T}}, i=0,1,...,out_features-1
581+
out_{i} = x1 * W_{i} * {x2^\mathrm{T}}, i=0,1,...,outfeatures-1
582582
583583
out = out + b
584584

0 commit comments

Comments
 (0)