Browse Source

docs(mge/functional): typo

GitOrigin-RevId: 0ebc6cb322
tags/v1.9.0
Megvii Engine Team 3 years ago
parent
commit
22be7e11ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      imperative/python/megengine/functional/nn.py

+ 1
- 1
imperative/python/megengine/functional/nn.py View File

@@ -886,7 +886,7 @@ def _get_prelu_op(dtype=None, device=None):




def prelu(inp: Tensor, weight: Tensor) -> Tensor: def prelu(inp: Tensor, weight: Tensor) -> Tensor:
r"""Elememt-wise PReLU function.
r"""Element-wise PReLU function.


Refer to :class:`~.PReLU` for more information. Refer to :class:`~.PReLU` for more information.
""" """


Loading…
Cancel
Save