Skip to content

Commit

Permalink
Merge 2b51450 into b8d4fb0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Aug 23, 2017
2 parents b8d4fb0 + 2b51450 commit 1f8dcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainer/functions/connection/linear.py
Expand Up @@ -69,6 +69,7 @@ def linear(x, W, b=None):
It accepts two or three arguments: an input minibatch ``x``, a weight
matrix ``W``, and optionally a bias vector ``b``. It computes
.. math:: Y = xW^\\top + b.
Args:
Expand Down

0 comments on commit 1f8dcd5

Please sign in to comment.