Skip to content

Commit

Permalink
fix unwanted modified of thresholded_relu
Browse files Browse the repository at this point in the history
  • Loading branch information
wwbitejotunn committed Jul 26, 2022
1 parent f45cb2a commit b65d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/layers/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def thresholded_relu(x, threshold=None):
thresholded_relu.__doc__ = r"""
:alias_main: paddle.nn.functional.thresholded_relu
:alias: paddle.nn.functional.thresholded_relu,paddle.nn.functional.activation.thresholded_relu
:old_api: paddle.fluidx .layers.thresholded_relu
:old_api: paddle.fluid.layers.thresholded_relu
:strong:`Thresholded ReLU Activation Operator`
Expand Down

0 comments on commit b65d6f3

Please sign in to comment.