Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate just one seed, rather than generating two seeds and then tak…
…ing the first half of each seed. rng.make_seeds(n) generates a tensor with shape (2,n): each seed is a 2-tuple. The previous code took the first half of each of two seed tuples. Instead, we generate just one 2-tuple. PiperOrigin-RevId: 606866194
- Loading branch information