Browse Source

docs(mge/functional): fix typo

GitOrigin-RevId: 9473f17970
tags/v1.9.0
Megvii Engine Team 3 years ago
parent
commit
111c150db1
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

@@ -921,7 +921,7 @@ def _get_leaky_relu_op(negative_slope, *, dtype=None, device=None):




def leaky_relu(inp: Tensor, negative_slope: float = 0.01) -> Tensor: def leaky_relu(inp: Tensor, negative_slope: float = 0.01) -> Tensor:
r"""Element-wose LeakyReLU function
r"""Element-wise LeakyReLU function


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


Loading…
Cancel
Save