Skip to content

Commit a90274e

Browse files
committed
"update words"
1 parent 885fa89 commit a90274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/framework/backward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The implementation behind it can be divided into two parts, **Backward Operator
1717
1818
### Backward Operator Registry
1919
20-
A backward network is built up with several backward operators. Backward operators take forward operators' inputs outputs, and output gradients and then calculate its input gradients.
20+
A backward network is built up with several backward operators. Backward operators take forward operators' inputs, outputs, and output gradients and then calculate its input gradients.
2121
2222
| | forward operator | backward operator
2323
| ---------------------- | ---------------- |------------------------- |

0 commit comments

Comments
 (0)