forked from google-research/tf-slim
-
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.
Make tf.random.get_seed() doesn't depend on op count, but the number …
…of calls to it. It was difficult to change internal op counts because there are many tests that depend on the specific seed that's currently based on op counts. With this change, get_seed() doesn't depend on the internal op count but the number of calls to get_seed() PiperOrigin-RevId: 294523232 Change-Id: I4c0b7ea69adef8aceafcfa4754c30e9ea7a8d1e9
- Loading branch information
1 parent
3a73bea
commit 6e71f24
Showing
2 changed files
with
3 additions
and
3 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