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

Commit 43397da

Browse files
author
ematejska
authored
Merge pull request #169 from underscoreanuj/master
Update 20180918-functions-not-sessions-20.md
2 parents 1b2fb4d + 8bace72 commit 43397da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20180918-functions-not-sessions-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ A preview of this implemented in `tf.contrib.eager.defun` today (using <code>[Au
219219

220220
### Functions that create state
221221

222-
In the above code, no `tf.Variable` objects are created inside a `tf.function` decorated function. This is makes it clear that the code will have the same semantics once wrapped.
222+
In the above code, no `tf.Variable` objects are created inside a `tf.function` decorated function. This makes it clear that the code will have the same semantics once wrapped.
223223

224224
Note that if the function naturally creates state only on the first trace, all is well:
225225

0 commit comments

Comments
 (0)