We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See for example
aesara/aesara/link/jax/dispatch/random.py
Lines 126 to 130 in fe3e76d
in order to be internals-agnostic, this should be
def sample_fn(rng, size, dtype, *parameters): rng_key = rng["jax_state"] rng_key, sample_key = jax.random.split(rng_key, 2) sample = jax_op(sample_key, *parameters, shape=size, dtype=dtype) rng["jax_state"] = rng_key return (rng, sample)
The text was updated successfully, but these errors were encountered:
rlouf
Successfully merging a pull request may close this issue.
See for example
aesara/aesara/link/jax/dispatch/random.py
Lines 126 to 130 in fe3e76d
in order to be internals-agnostic, this should be
The text was updated successfully, but these errors were encountered: