Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 7cfaa66

Browse files
authored
Fix typo.
1 parent 3979103 commit 7cfaa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20210119-determinism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
## Objective
11-
Allow users to enable determinism behavior in TensorFlow. This means if the user runs a TensorFlow program multiple times, the model outputs and weights will be the same each time. Determinism will be supported on CPUs and GPUs.
11+
Allow users to enable deterministic behavior in TensorFlow. This means if the user runs a TensorFlow program multiple times, the model outputs and weights will be the same each time. Determinism will be supported on CPUs and GPUs.
1212

1313
To get deterministic behavior, users must do the following:
1414

0 commit comments

Comments
 (0)