Skip to content

Commit

Permalink
fix in backward.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyouzhi authored Apr 2, 2024
1 parent cff13c9 commit c7efe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/api/yaml/backward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2524,7 +2524,7 @@

- backward_op : thresholded_relu_grad
forward : thresholded_relu (Tensor x, float threshold, float value) -> Tensor(out)
args : (Tensor x, Tensor out_grad, float threshold)
args : (Tensor x, Tensor out_grad, float threshold, float value)
output : Tensor(x_grad)
infer_meta :
func : UnchangedInferMeta
Expand Down

0 comments on commit c7efe6e

Please sign in to comment.