forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've focused on the messages that are relevant to resource variables or migration rather than the 1.x-only symbols / reference variables. Removes an error message for tf.Variable.__iter__. It now just reads from the variable and iterates over the result, which is what you'd expect it to do. I think that's better than trying to fix an error message that shouldn't exist in the first place. Fixes tensorflow#23185. PiperOrigin-RevId: 395965288 Change-Id: Id5ff6ed2545c4ef5e67acccf3fcbc4094d289e4f
- Loading branch information
1 parent
28703de
commit 9345aee
Showing
4 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters