jax.lax.random_gamma_grad# jax.lax.random_gamma_grad(a, x)[source]# Elementwise derivative of samples from Gamma(a, 1). Parameters: a (Array | ndarray | bool | number | bool | int | float | complex) x (Array | ndarray | bool | number | bool | int | float | complex) Return type: Array