ott.solvers.nn.layers.PositiveDense.make_rng
ott.solvers.nn.layers.PositiveDense.make_rng#
- PositiveDense.make_rng(name)#
Returns a new RNG key from a given RNG sequence for this Module.
The new RNG key is split from the previous one. Thus, every call to make_rng returns a new RNG key, while still guaranteeing full reproducibility.
TODO: Link to Flax RNG design note.